Skip to content

Commit

Permalink
fix: revert rules, add new one and ignore bad option error
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeMargarida authored Jun 2, 2022
1 parent ae1e1d9 commit 2ac3119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[messages control]
disable=C0103,C0111,C0113,C0121,C0123,C0200,C0209,C0301,C0302,C0321,C0325,C0412,C0413,C0415,E1101,E1121,E1128,I1101,R0205,R0206,R0401,R0801,R0901,R0902,R0903,R0904,R0912,R0913,R0914,R0903,R0911,R0915,R1702,R1704,R1705,R1710,R1717,R1718,R1732,R1734,R1735,R6301,W0102,W0106,W0108,W0123,W0127,W0150,W0201,W0212,W0221,W0401,W0603,W0613,W0621,W0622,W0632,W0702,W0703,W0707,W1113,W1201,W1401,W1505,W1514
disable=C0103,C0111,C0113,C0121,C0123,C0200,C0209,C0301,C0302,C0321,C0325,C0326,C0330,C0412,C0413,C0415,E0012,E1101,E1121,E1128,I1101,R0201,R0205,R0206,R0401,R0801,R0901,R0902,R0903,R0904,R0912,R0913,R0914,R0903,R0911,R0915,R1702,R1704,R1705,R1710,R1717,R1718,R1732,R1734,R1735,R6301,W0102,W0106,W0108,W0123,W0127,W0150,W0201,W0212,W0221,W0401,W0603,W0613,W0621,W0622,W0632,W0702,W0703,W0707,W1113,W1201,W1401,W1505,W1514

0 comments on commit 2ac3119

Please sign in to comment.