Skip to content

Commit

Permalink
In order to disable the messages, we have to use disable, not disable…
Browse files Browse the repository at this point in the history
…-msg.
  • Loading branch information
justinsb committed Mar 16, 2011
1 parent 1aa44c3 commit a151fab
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
Expand Up @@ -4,7 +4,7 @@
# W0511: TODOs in code comments are fine.
# W0142: *args and **kwargs are fine.
# W0622: Redefining id is fine.
disable-msg=W0511,W0142,W0622
disable=W0511,W0142,W0622

[Basic]
# Variable names can be 1 to 31 characters long, with lowercase and underscores
Expand Down

0 comments on commit a151fab

Please sign in to comment.