summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBryce Guinta <bryce.guinta@protonmail.com>2018-07-24 00:28:13 -0600
committerClaudiu Popa <pcmanticore@gmail.com>2018-07-24 08:28:13 +0200
commit9f0ef30b13500ecba6f1b9f5c71981df976e7e6e (patch)
tree07fcd6caf262e2daf77fa77b8bd821e1f4f9f427 /ChangeLog
parent2b24ec063a5355648d286633e37f084ced4f1604 (diff)
downloadpylint-git-9f0ef30b13500ecba6f1b9f5c71981df976e7e6e.tar.gz
Fix not being able to disable certain messages on the last line (#2342)
Allow messages to be disabled that occur in ``file_state._msgs_state`` after the end of the ast (but not of the tokens) Close #2278
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 519fac8dc..06864026e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,11 @@ Release date: |TBA|
Close #2281
+ * Fix not being able to disable certain messages on the last line through
+ the global disable option
+
+ Close #2278
+
* Don't emit `useless-return` when we have a single statement that is the return itself
We still want to be explicit when a function is supposed to return