summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYilei "Dolee" Yang <yileiyang@google.com>2023-04-07 13:17:19 -0700
committerGitHub <noreply@github.com>2023-04-07 22:17:19 +0200
commitb63c8a1c148e85e1ad4e645b7fffd8c8772d6201 (patch)
treea5ce101c4d90149d1b4ee4a110d16a208a59ce5d /doc
parentb5f2b01635edd23fecc1546f3fdb2a41e6a51995 (diff)
downloadpylint-git-b63c8a1c148e85e1ad4e645b7fffd8c8772d6201.tar.gz
Also check the typealias naming style for TypeAlias variables defined in functions. (#8537)
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/8536.false_negative3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8536.false_negative b/doc/whatsnew/fragments/8536.false_negative
new file mode 100644
index 000000000..8b24bc96f
--- /dev/null
+++ b/doc/whatsnew/fragments/8536.false_negative
@@ -0,0 +1,3 @@
+`TypeAlias` variables defined in functions are now checked for `invalid-name` errors.
+
+Closes #8536