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 1a61dbc commit 8a02431Copy full SHA for 8a02431
1 file changed
pylint/checkers/symilar.py
@@ -857,8 +857,8 @@ def close(self) -> None:
857
for line in lineset.real_lines[start_line:end_line]:
858
msg.append(line.rstrip())
859
860
- # Attribute the message to the first involved module rather than
861
- # the last-checked module which may be unrelated (see #2368).
+ # Attribute the message to the first module in alphabetical order rather
+ # than the last-checked module which may be unrelated (see #2368).
862
first_module = min(c[0].name for c in couples)
863
self.add_message(
864
"R0801",
0 commit comments