summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Byrne <31762852+mbyrnepr2@users.noreply.github.com>2023-02-27 12:55:41 +0100
committerGitHub <noreply@github.com>2023-02-27 12:55:41 +0100
commitd30c45b2e7a0c13a846c8d221f0c9ff9f012aa4a (patch)
treed2ef6f2722d85ad78678058a5d8e5c37e07328c2 /doc
parent641f526e1632dd1835b79abaf31006efc60824f6 (diff)
downloadpylint-git-d30c45b2e7a0c13a846c8d221f0c9ff9f012aa4a.tar.gz
Prevent emitting ``invalid-name`` on 'global' redefinition (#8337)
Closes #8307
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/8307.bugfix3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8307.bugfix b/doc/whatsnew/fragments/8307.bugfix
new file mode 100644
index 000000000..f86f7b67b
--- /dev/null
+++ b/doc/whatsnew/fragments/8307.bugfix
@@ -0,0 +1,3 @@
+Prevent emitting ``invalid-name`` for the line on which a ``global`` statement is declared.
+
+Closes #8307