Lines Matching +full:fixed +full:- +full:length
6 # file where it should appear only once). You can also use "--disable=all" to
8 # you want to run only the similarities checker, you can use "--disable=all
9 # --enable=similarities". If you want to run only the classes checker, but have
10 # no Warning level messages displayed, use "--disable=all --enable=classes
11 # --disable=W".
12 disable=invalid-name,
13 no-else-return,
14 too-few-public-methods,
15 too-many-arguments,
16 too-many-positional-arguments,
17 too-many-branches,
18 too-many-lines,
19 too-many-locals,
20 too-many-public-methods,
22 unsubscriptable-object,
25 unbalanced-tuple-unpacking,
28 bad-option-value,
30 missing-docstring,
31 too-many-return-statements,
32 too-many-statements,
33 consider-using-f-string,
46 # fixed (in tests, at least).
54 max-line-length=79
59 min-similarity-lines=10