1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-05 18:31:12 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
Marc Bonnici
fbb84eca72 Pylint Fixes
Update our version of pylint to use the latest version and update the
codebase to comply with the majority of the updates.

For now disable the additional checks for `super-with-arguments`,
`useless-object-inheritance`, `raise-missing-from`, `no-else-raise`,
`no-else-break`, `no-else-continue` to be consistent with the existing
codebase.
2020-10-30 11:49:54 +00:00
Sergei Trofimov
9025ea32b1 extras/pylintrc: disable a few checks
Globally disable a few more checks that we don't care about (or that
produce too many false positives).
2018-07-06 14:39:41 +01:00
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