flake8 checks not enforced
Open
- Dominant language
- C++
- Stars
- 878
- Forks
- 526
- Avg merge
- 12d 19h
- Merged PRs (30d)
- 1
Description
CI currently runs flake8 on every run
https://github.com/dmlc/dmlc-core/blob/c8f7f9c81dfcf2489d3bbc6d3b2a9200a20fbcde/.travis.yml#L67-L71
Exit code is set to 0 thus flake8 not enforced.
Likely nobody will check the CI log for warnings and the check is thus superfluous.
Example run: https://travis-ci.org/dmlc/dmlc-core/jobs/657898840?utm_medium=notification&utm_source=github_status
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.