mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
update pylintrc
This commit is contained in:
parent
05abccda0b
commit
7c3dac85aa
1 changed files with 1 additions and 4 deletions
5
pylintrc
5
pylintrc
|
@ -32,7 +32,7 @@ enable=W0401,W0403,W0404,W0406,W0611,W0614
|
||||||
# Disable the message, report, category or checker with the given id(s). You
|
# Disable the message, report, category or checker with the given id(s). You
|
||||||
# can either give multiple identifier separated by comma (,) or put this option
|
# can either give multiple identifier separated by comma (,) or put this option
|
||||||
# multiple time.
|
# multiple time.
|
||||||
disable=W0511,C0111,I0011,I0020,R0201,R0801,E0632,E1101,E1121,E1601,E1608,W0102,W0106,W0108,W0110,W0201,W0212,W0311,W0402,W0612,W0613,W0621,W0640,W0703,W1201,W1202,W1401,C0103,C0301,C0325,C0326,C0330,C0411,R0401,R0914,R1704,R1705,R1710
|
disable=W0511,C0111,I0011,I0020,R0201,R0801,E0632,E1101,E1121,E1601,E1608,W0102,W0106,W0108,W0110,W0201,W0212,W0311,W0402,W0612,W0613,W0621,W0640,W0703,W1201,W1202,W1401,C0103,C0301,C0325,C0326,C0330,C0411,R0401,R0914,R1710
|
||||||
# W0511 fixme
|
# W0511 fixme
|
||||||
# C0111 mssing-docstring
|
# C0111 mssing-docstring
|
||||||
# I0011 locally-disabled
|
# I0011 locally-disabled
|
||||||
|
@ -70,10 +70,7 @@ disable=W0511,C0111,I0011,I0020,R0201,R0801,E0632,E1101,E1121,E1601,E1608,W0102,
|
||||||
# R0201(no-self-use)
|
# R0201(no-self-use)
|
||||||
# R0401(cyclic-import)
|
# R0401(cyclic-import)
|
||||||
# R0914(too-many-locals)
|
# R0914(too-many-locals)
|
||||||
# R1704(redefined-argument-from-local)
|
|
||||||
# R1705(no-else-return)
|
|
||||||
# R1710(inconsistent-return-statements)
|
# R1710(inconsistent-return-statements)
|
||||||
# W all warnings
|
|
||||||
|
|
||||||
|
|
||||||
[REPORTS]
|
[REPORTS]
|
||||||
|
|
Loading…
Add table
Reference in a new issue