Skip to content

Commit

Permalink
Disable reporting locally disabled Pylint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiPashkin committed Aug 14, 2015
1 parent 81751ae commit bff463c
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 @@ -71,7 +71,7 @@ confidence=
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
#disable=E1608,W1627,E1601,E1603,E1602,E1605,E1604,E1607,E1606,W1621,W1620,W1623,W1622,W1625,W1624,W1609,W1608,W1607,W1606,W1605,W1604,W1603,W1602,W1601,W1639,W1640,I0021,W1638,I0020,W1618,W1619,W1630,W1626,W1637,W1634,W1635,W1610,W1611,W1612,W1613,W1614,W1615,W1616,W1617,W1632,W1633,W0704,W1628,W1629,W1636
disable=bad-whitespace,too-many-return-statements,too-few-public-methods
disable=bad-whitespace,too-many-return-statements,too-few-public-methods,locally-disabled


[REPORTS]
Expand Down

0 comments on commit bff463c

Please sign in to comment.