summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-09-29 16:06:59 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-09-29 16:08:15 +0200
commitdaef49a9f5623a324f65f5227f2e4a2f7cfeeff0 (patch)
treee9f99928f6a71b7926c62132796533e9a023e66e /ChangeLog
parent5d066ed8c8850dcf2a814f849c8b19c1bfd603a1 (diff)
downloadpylint-git-daef49a9f5623a324f65f5227f2e4a2f7cfeeff0.tar.gz
``pylint`` is less eager to consume the whole line for pragmas
The regex was adapted so that we either stop at one of `;` or `#`, or at the end of the line. This should improve the situation a little bit when dealing with the flags of other linters. Close #2485
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d95f4bb5..f82efb5f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@ What's New in Pylint 2.2?
Release date: TBA
+ * ``pylint`` is less eager to consume the whole line for pragmas
+
+ Close #2485
+
* Change ``unbalanced-tuple-unpacking`` back to a warning.
It used to be a warning until a couple of years ago, after it was promoted to