summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYilei "Dolee" Yang <yileiyang@google.com>2023-04-07 00:06:54 -0700
committerDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-07 09:31:39 +0200
commit011c6ac1a4efa41ce82fb230ca06f97ae50d662e (patch)
treee29b38f941f90ce535b15cf61320843d02c7e7c4 /doc
parent84d495968cebf368c69932f538ba8d7d2f0bdbd9 (diff)
downloadpylint-git-011c6ac1a4efa41ce82fb230ca06f97ae50d662e.tar.gz
Do not emit `logging-not-lazy` for explicitly concatenated strings. (#8546)
(cherry picked from commit eeddd667a6e73ef58fb47cdda154c1751f0ffe71)
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