* 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.
6 lines
81 B
INI
6 lines
81 B
INI
# Just the severe stuff...
|
|
[MESSAGES CONTROL]
|
|
disable=C,R,W
|
|
[REPORTS]
|
|
reports=no
|