Brendan Jackman
f8f97e74ad
extras/pylintrc: Disable no-else-return warning
...
This warns for stuff like this, where the else is unnecessary:
if thing:
return 1
else:
return 2
Which is harmless. Some people even prefer it that way.
2017-12-07 15:37:49 +00:00
Sebastian Goscik
bef8fb40ef
Updated pylint for v1.5.1
...
Fixed WA for the latest version of pylint (1.5.1)
2015-12-09 16:52:39 +00:00
Sergei Trofimov
0c0be69e42
pylint: temporarily diable checkers broken in latest version
...
A couple of checkers appear to be broken in latest version (report false
positives). Disabling them until fixed.
2015-04-24 17:45:27 +01:00
Sergei Trofimov
a747ec7e4c
Initial commit of open source Workload Automation.
2015-03-10 13:09:31 +00:00