aboutsummaryrefslogtreecommitdiff
path: root/debug/pylint.rc
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2019-11-19 14:23:41 -0800
committerTim Newsome <tim@sifive.com>2019-11-19 14:23:41 -0800
commita1037f74c9cd828e11f662ad279fff452b195c17 (patch)
tree4b3c8ba48439697786a4082c11e73573fc0cde4e /debug/pylint.rc
parentc56451fc5ab672d2ec49663ff83d0dc51c61aa57 (diff)
downloadriscv-tests-a1037f74c9cd828e11f662ad279fff452b195c17.zip
riscv-tests-a1037f74c9cd828e11f662ad279fff452b195c17.tar.gz
riscv-tests-a1037f74c9cd828e11f662ad279fff452b195c17.tar.bz2
Move to Python 3.python3
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]