Skip to content

Commit 7ad45a2

Browse files
committed
pylintrc: Ignore duplicate-code warnings
- We get a lot of them in test/format/. They were not being reported before because pylint was getting only one file at a time.
1 parent fa2b9dd commit 7ad45a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ disable=
2121
bad-indentation,
2222
bad-whitespace,
2323
consider-using-sys-exit,
24+
duplicate-code,
2425
invalid-name,
2526
missing-docstring,
2627
mixed-indentation,

0 commit comments

Comments
 (0)