Skip to content

Commit 8691519

Browse files
[invalid-character-carriage-return] Create initial documentation
Refs #5953 Co-authored-by: Jacob Walls <[email protected]>
1 parent a842f5a commit 8691519

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
You can help us make the doc better `by contributing <https://github.com/pylint-dev/pylint/issues/5953>`_ !
1+
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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# This is a placeholder for correct code for this message.
1+
STRING = "Valid carriage return: \r"

0 commit comments

Comments
 (0)