Open leezu opened 4 years ago
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
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