summaryrefslogtreecommitdiff
path: root/tests/functional
diff options
context:
space:
mode:
authorStavros Ntentos <133706+stdedos@users.noreply.github.com>2023-02-22 13:44:25 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-02-22 13:36:32 +0100
commitf54dfd1a09d1dca9730b0a2a18c15a32d52ef9fd (patch)
tree200688582c818fbf3d4bcf5df6522ec15df402d2 /tests/functional
parentb995af4a2584a99b68a10c1241c14a2a2816ced7 (diff)
downloadpylint-git-f54dfd1a09d1dca9730b0a2a18c15a32d52ef9fd.tar.gz
"Message emitted" improvements caused issues
Wrapping "Message emitted" in monospaced formatting, causes `W1507` (`pylint/checkers/stdlib.py`) to fail on a stray space. Fix that - as it seems to be the only outlier. (Might've been nice for a more formal check in the first place 🙏). Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/s/shallow_copy_environ.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/s/shallow_copy_environ.txt b/tests/functional/s/shallow_copy_environ.txt
index 73c2c9d27..b7e37e262 100644
--- a/tests/functional/s/shallow_copy_environ.txt
+++ b/tests/functional/s/shallow_copy_environ.txt
@@ -1,2 +1,2 @@
-shallow-copy-environ:7:0:7:21::Using copy.copy(os.environ). Use os.environ.copy() instead. :UNDEFINED
-shallow-copy-environ:17:0:17:18::Using copy.copy(os.environ). Use os.environ.copy() instead. :UNDEFINED
+shallow-copy-environ:7:0:7:21::Using copy.copy(os.environ). Use os.environ.copy() instead.:UNDEFINED
+shallow-copy-environ:17:0:17:18::Using copy.copy(os.environ). Use os.environ.copy() instead.:UNDEFINED