Skip to content

Commit

Permalink
Don't tell me that I told you to shut up.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 16, 2013
1 parent 94dc7ce commit 66fd657
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ disable=
# Never going to use these
# W0142: Used * or ** magic
# W0141: Used builtin function 'map'
# I0011: 36,0: Locally disabling E1101

# Might use these when the code is in better shape
# C0302: Too many lines in module
Expand All @@ -49,7 +50,7 @@ disable=
# R0912: Too many branches
# R0913: Too many arguments
# R0914: Too many local variables
C0302,W0141,W0142,R0201,R0901,R0902,R0903,R0904,R0911,R0912,R0913,R0914
I0011,C0302,W0141,W0142,R0201,R0901,R0902,R0903,R0904,R0911,R0912,R0913,R0914


[REPORTS]
Expand Down

0 comments on commit 66fd657

Please sign in to comment.