summaryrefslogtreecommitdiff
path: root/tests/functional/r
diff options
context:
space:
mode:
authorDani Alcala <112832187+clavedeluna@users.noreply.github.com>2022-12-12 15:00:30 -0300
committerGitHub <noreply@github.com>2022-12-12 19:00:30 +0100
commit1b3922b3d34dbd526e1a182bfb705aedda6ea3d1 (patch)
treedd240f14c0055ec65b31161d7f1b5d754fd1942f /tests/functional/r
parentb9b77c2f3f550a50bb8fec4b842ed3ff648966b4 (diff)
downloadpylint-git-1b3922b3d34dbd526e1a182bfb705aedda6ea3d1.tar.gz
Fix ``no-else-return false Negative for try/except/else pattern (#7888)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'tests/functional/r')
-rw-r--r--tests/functional/r/raise_missing_from.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/r/raise_missing_from.py b/tests/functional/r/raise_missing_from.py
index 897a0e9c4..3b66609c8 100644
--- a/tests/functional/r/raise_missing_from.py
+++ b/tests/functional/r/raise_missing_from.py
@@ -1,5 +1,5 @@
# pylint:disable=missing-docstring, unreachable, using-constant-test, invalid-name, bare-except
-# pylint:disable=try-except-raise, undefined-variable, too-few-public-methods, superfluous-parens
+# pylint:disable=try-except-raise, undefined-variable, too-few-public-methods, superfluous-parens, no-else-raise
try:
1 / 0