Skip to content

Commit 8b55106

Browse files
committed
Remove rule that's duplicate with SonarLint
1 parent 54b314b commit 8b55106

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ disable=raw-checker-failed,
8686
W0611,
8787
W0238,
8888
R0911,
89-
C0325
89+
C0325,
90+
W1309
9091

9192

9293
# Enable the message, report, category or checker with the given id(s). You can

0 commit comments

Comments
 (0)