aboutsummaryrefslogtreecommitdiff
path: root/debug/pylint.rc
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2019-11-22 11:38:02 -0800
committerGitHub <noreply@github.com>2019-11-22 11:38:02 -0800
commit053c956619ace234de7257f4503d921efd80074e (patch)
tree4b3c8ba48439697786a4082c11e73573fc0cde4e /debug/pylint.rc
parentc56451fc5ab672d2ec49663ff83d0dc51c61aa57 (diff)
downloadriscv-tests-053c956619ace234de7257f4503d921efd80074e.zip
riscv-tests-053c956619ace234de7257f4503d921efd80074e.tar.gz
riscv-tests-053c956619ace234de7257f4503d921efd80074e.tar.bz2
Move to Python 3. (#218)
The impetus for this was mostly that after my Ubuntu upgrade, pylint suddenly starting to apply python3 rules, and I suppose it's time to adopt python 3 now that it's been released for more than a decade.
Diffstat (limited to 'debug/pylint.rc')
-rw-r--r--debug/pylint.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/pylint.rc b/debug/pylint.rc
index 0d9a640..cf07149 100644
--- a/debug/pylint.rc
+++ b/debug/pylint.rc
@@ -48,7 +48,8 @@ extension-pkg-whitelist=
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
disable=bad-continuation, missing-docstring, invalid-name, locally-disabled,
- too-few-public-methods, too-many-arguments, fixme, duplicate-code
+ too-few-public-methods, too-many-arguments, fixme, duplicate-code,
+ no-else-return
[REPORTS]