lorax/tests/pylint/pylint-false-positives
Brian C. Lane c12c5f1e47 Add pylint testing
This adds pylint testing via make check, using the framework from
Anaconda. False positives can be added to
./tests/pylint/pylint-false-positives
2014-05-09 08:10:41 -07:00

4 lines
173 B
Plaintext

F0401 import-error Unable to import 'pylorax.version'
E0611 no-name-in-module No name 'version' in module 'pylorax'
E1101 no-member Module 'pylorax' has no 'version' member