c12c5f1e47
This adds pylint testing via make check, using the framework from Anaconda. False positives can be added to ./tests/pylint/pylint-false-positives
4 lines
173 B
Plaintext
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
|