summaryrefslogtreecommitdiff
path: root/tests/lint
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-02-26 21:47:30 +0100
committerGitHub <noreply@github.com>2023-02-26 21:47:30 +0100
commite7ad3e64d36e450a9133c64e804c921d0fd0f204 (patch)
tree5db8215be4d052ccd7be2d2a5cbafe7ccdb89be5 /tests/lint
parent52a2a04a59526ce8344d4d2b7f86bb978177e047 (diff)
downloadpylint-git-e7ad3e64d36e450a9133c64e804c921d0fd0f204.tar.gz
Add ``invalid-name`` check for ``TypeAlias`` names (#7116)
Diffstat (limited to 'tests/lint')
-rw-r--r--tests/lint/test_caching.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lint/test_caching.py b/tests/lint/test_caching.py
index fe6ccc234..55c2b54dd 100644
--- a/tests/lint/test_caching.py
+++ b/tests/lint/test_caching.py
@@ -98,6 +98,7 @@ def linter_stats() -> LinterStats:
module=10,
variable=11,
typevar=12,
+ typealias=13,
)
)