Skip to content

Commit 0a8ba7f

Browse files
[invalid-character-carriage-return] Create initial documentation
Refs #5953
1 parent a8af96e commit 0a8ba7f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

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 checker is very generic, but it's never going to
2+
raise during normal use as it's a ``syntax-error`` that would prevents the python ast
3+
(and thus pylint) to construct 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)