summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-08 22:09:59 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-08 23:44:58 +0100
commit0db9441a6f6675bfe1a82d6770a8cef72a7f0d22 (patch)
tree924c4de4839cc58daa628bd9eb8fd44c0f874321 /doc
parent03bfeff94692821f7f06e5c6bec42476358b289f (diff)
downloadpylint-git-0db9441a6f6675bfe1a82d6770a8cef72a7f0d22.tar.gz
[FileState] Remove 'collect_block_lines'
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/8407.breaking5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8407.breaking b/doc/whatsnew/fragments/8407.breaking
new file mode 100644
index 000000000..bb96c2f5d
--- /dev/null
+++ b/doc/whatsnew/fragments/8407.breaking
@@ -0,0 +1,5 @@
+``modname`` and ``msg_store`` are now required to be given in ``FileState``.
+``collect_block_lines`` has also been removed. ``Pylinter.current_name``
+cannot be null anymore.
+
+Refs #8407