summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-28 22:15:52 +0200
committerGitHub <noreply@github.com>2023-03-28 20:15:52 +0000
commitf95b5b126cfc1ec48e4dc83cbb057cd20aa41803 (patch)
tree97568226deda8c07a8e64068fe488bc7236f3e1e /doc
parentb62143611a4713e4729ce9ecb6398f5f94d82f1a (diff)
downloadpylint-git-f95b5b126cfc1ec48e4dc83cbb057cd20aa41803.tar.gz
[deprecation] Make 'OutputLine' require a fixed number of args (#8474)
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/8474.internal5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8474.internal b/doc/whatsnew/fragments/8474.internal
new file mode 100644
index 000000000..07120ba34
--- /dev/null
+++ b/doc/whatsnew/fragments/8474.internal
@@ -0,0 +1,5 @@
+Following a deprecation period, the ``OutputLine`` class now requires
+the right number of argument all the time. The functional output can be
+regenerated automatically to achieve that easily.
+
+Refs #8474