We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a842f5a commit 8691519Copy full SHA for 8691519
doc/data/messages/i/invalid-character-carriage-return/details.rst
@@ -1 +1,5 @@
1
-You can help us make the doc better `by contributing <https://github.com/pylint-dev/pylint/issues/5953>`_ !
+This message exists because one of our checkers is very generic, but it's never going to
2
+raise during normal use as it's a ``syntax-error`` that would prevent the python ast
3
+(and thus pylint) from constructing a code representation of the file.
4
+
5
+You could encounter it by feeding a properly constructed node directly to the checker.
doc/data/messages/i/invalid-character-carriage-return/good.py
@@ -1 +1 @@
-# This is a placeholder for correct code for this message.
+STRING = "Valid carriage return: \r"
0 commit comments