Also naming fix, buildin => builtin. Removes the use of ConstantStaticArray, as this was context dependent
11 lines
150 B
INI
11 lines
150 B
INI
[MASTER]
|
|
disable=C0103,C0122,R0902,R0903,R0911,R0912,R0913,R0915,R1710,W0223
|
|
|
|
max-line-length=180
|
|
|
|
[stdlib]
|
|
good-names=g
|
|
|
|
[tests]
|
|
disable=C0116,R0201
|