cppcheck/addons/pylintrc
amai2012 453de18101
Run pylint on addons providing a buld breaker on travis (#2011)
* Run pylint (using a pylintrc file) on the addon Python scripts. It serves as a build breaker for severe issues.
* Skip y2038 addon for now until it's fixed.
2019-07-18 20:51:58 +02:00

6 lines
81 B
INI

# Just the severe stuff...
[MESSAGES CONTROL]
disable=C,R,W
[REPORTS]
reports=no