aboutsummaryrefslogtreecommitdiff
path: root/debug/pylint.rc
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2023-05-25 10:05:41 -0700
committerTim Newsome <tim@sifive.com>2023-05-25 10:05:41 -0700
commitaf242299624f602d380985d9850cf7d433e11840 (patch)
treef4d4d3c88549ea96daa812799f67824476a46afd /debug/pylint.rc
parent557762fc480fdbd2bc06a0b045cf0d6e12dbdfd4 (diff)
downloadriscv-tests-af242299624f602d380985d9850cf7d433e11840.zip
riscv-tests-af242299624f602d380985d9850cf7d433e11840.tar.gz
riscv-tests-af242299624f602d380985d9850cf7d433e11840.tar.bz2
debug: New pylint => new warnings => new cleanups
- Replace general "Exception" with "GdbServerError" in gdbserver.py for when no samples are collected - Replace general "Exception" with "TargetsException" in targets.py for XLEN mismatch - Introduce "TestLibError" exception in testlib.py and replace general exceptions in various locations - Update pylint.rc to remove overgeneral-exceptions warning
Diffstat (limited to 'debug/pylint.rc')
-rw-r--r--debug/pylint.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/pylint.rc b/debug/pylint.rc
index 49e5af1..79e1d27 100644
--- a/debug/pylint.rc
+++ b/debug/pylint.rc
@@ -286,4 +286,4 @@ max-public-methods=20
# Exceptions that will emit a warning when being caught. Defaults to
# "Exception"
-overgeneral-exceptions=Exception
+#overgeneral-exceptions=Exception