Skip to content

Commit

Permalink
fix pylintrc to run with pylint/python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Jul 4, 2014
1 parent 1ac79d0 commit 660a675
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ load-plugins=

# Disable the message(s) with the given id(s).
# disable-msg=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201
disable-msg=C0111,C0103,W0703,W0702
disable-msg=C0301,C0111,C0103,R0201,W0702,C0324

[REPORTS]

Expand Down Expand Up @@ -299,7 +299,3 @@ max-module-lines=1000
# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
# tab).
indent-string=' '


[MESSAGES CONTROL]
disable-msg=C0301,C0111,C0103,R0201,W0702,C0324

0 comments on commit 660a675

Please sign in to comment.