summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYilei "Dolee" Yang <yileiyang@google.com>2023-04-07 00:06:54 -0700
committerGitHub <noreply@github.com>2023-04-07 09:06:54 +0200
commiteeddd667a6e73ef58fb47cdda154c1751f0ffe71 (patch)
tree64faa879c44721b2e5a1ddf5319a1c513b34de8e /doc
parent156da64d0fb4c06e15c5b619b91ce550d594a770 (diff)
downloadpylint-git-eeddd667a6e73ef58fb47cdda154c1751f0ffe71.tar.gz
Do not emit `logging-not-lazy` for explicitly concatenated strings. (#8546)
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/8410.false_positive3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8410.false_positive b/doc/whatsnew/fragments/8410.false_positive
new file mode 100644
index 000000000..264542a7d
--- /dev/null
+++ b/doc/whatsnew/fragments/8410.false_positive
@@ -0,0 +1,3 @@
+`logging-not-lazy` is not longer emitted for explicitly concatenated string arguments.
+
+Closes #8410