summaryrefslogtreecommitdiff
path: root/tests/regrtest_data
diff options
context:
space:
mode:
authorDani Alcala <112832187+clavedeluna@users.noreply.github.com>2022-12-03 05:21:44 -0300
committerGitHub <noreply@github.com>2022-12-03 09:21:44 +0100
commit30c931f5170f6b83d8762993fdaa534e207b4324 (patch)
tree368cf9a1b31233696e456467def5d031a2121c75 /tests/regrtest_data
parent1a81b16f6113b10233279a0cdfde61c30decaac3 (diff)
downloadpylint-git-30c931f5170f6b83d8762993fdaa534e207b4324.tar.gz
add test and expl for line-too-long useless-supp FP (#7887)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'tests/regrtest_data')
-rw-r--r--tests/regrtest_data/line_too_long_no_code.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/regrtest_data/line_too_long_no_code.py b/tests/regrtest_data/line_too_long_no_code.py
new file mode 100644
index 000000000..75ab07fc2
--- /dev/null
+++ b/tests/regrtest_data/line_too_long_no_code.py
@@ -0,0 +1,2 @@
+# ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 # pylint: disable=line-too-long
+# See https://github.com/PyCQA/pylint/issues/3368