• Home
  • Raw
  • Download

Lines Matching +full:run +full:- +full:checker

8 #init-hook=
19 load-plugins=
25 # active Python interpreter and may run arbitrary code.
26 unsafe-load-any-extension=no
28 # A comma-separated list of package or module names from where C extensions may
30 # run arbitrary code
31 extension-pkg-whitelist=
39 optimize-ast=no
48 # Enable the message, report, category or checker with the given id(s). You can
50 # multiple time. See also the "--disable" option for examples.
53 # Disable the message, report, category or checker with the given id(s). You
56 # file where it should appear only once).You can also use "--disable=all" to
58 # you want to run only the similarities checker, you can use "--disable=all
59 # --enable=similarities". If you want to run only the classes checker, but have
60 # no Warning level messages displayed, use"--disable=all --enable=classes
61 # --disable=W"
62-star-module-level,old-octal-literal,oct-method,unpacking-in-except,parameter-unpacking,backtick,o…
70 output-format=text
75 files-output=no
85 evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
87 # Template used to display messages. This is a python new-style format string
89 #msg-template=
96 ignore-mixin-members=yes
102 ignored-modules=
107 ignored-classes=
112 generated-members=
118 max-line-length=120
121 ignore-long-lines=^\s*(# )?<?https?://\S+>?$
125 single-line-if-stmt=no
127 # List of optional constructs for which whitespace checking is disabled. `dict-
129 # `trailing-comma` allows a space between comma and closing bracket: (a, ).
130 # `empty-line` allows space-only lines.
131 no-space-check=trailing-comma,dict-separator
134 max-module-lines=2000
138 indent-string=' '
141 indent-after-paren=4
144 expected-line-ending-format=
156 # install python-enchant package.
157 spelling-dict=
160 spelling-ignore-words=
163 spelling-private-dict-file=
166 # --spelling-private-dict-file option instead of raising a message.
167 spelling-store-unknown-words=no
173 init-import=no
177 dummy-variables-rgx=_$|dummy
181 additional-builtins=
191 bad-functions=map,filter,input
194 good-names=i,j,k,ex,Run,_
197 bad-names=foo,bar,baz,toto,tutu,tata
199 # Colon-delimited sets of names that determine each other's naming style when
201 name-group=
203 # Include a hint for the correct naming format with invalid-name
204 include-naming-hint=no
207 function-rgx=[a-z_][a-z0-9_]{2,30}$
210 function-name-hint=[a-z_][a-z0-9_]{2,30}$
213 variable-rgx=[a-z_][a-z0-9_]{2,30}$
216 variable-name-hint=[a-z_][a-z0-9_]{2,30}$
219 const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$
222 const-name-hint=(([A-Z_][A-Z0-9_]*)|(__.*__))$
225 attr-rgx=[a-z_][a-z0-9_]{2,30}$
228 attr-name-hint=[a-z_][a-z0-9_]{2,30}$
231 argument-rgx=[a-z_][a-z0-9_]{2,30}$
234 argument-name-hint=[a-z_][a-z0-9_]{2,30}$
237 class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$
240 class-attribute-name-hint=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$
243 inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
246 inlinevar-name-hint=[A-Za-z_][A-Za-z0-9_]*$
249 class-rgx=[A-Z_][a-zA-Z0-9]+$
252 class-name-hint=[A-Z_][a-zA-Z0-9]+$
255 module-rgx=(([a-z_][a-z0-9_-]*)|([A-Z][a-zA-Z0-9]+))$
258 module-name-hint=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
261 method-rgx=[a-z_][a-z0-9_]{2,30}$
264 method-name-hint=[a-z_][a-z0-9_]{2,30}$
268 no-docstring-rgx=^_
272 docstring-min-length=-1
278 max-nested-blocks=7
285 logging-modules=logging
291 min-similarity-lines=4
294 ignore-comments=yes
297 ignore-docstrings=yes
300 ignore-imports=no
306 max-args=6
310 ignored-argument-names=_.*
313 max-locals=15
316 max-returns=6
319 max-branches=15
322 max-statements=75
325 max-parents=7
328 max-attributes=7
331 min-public-methods=0
334 max-public-methods=25
337 max-bool-expr=5
343 deprecated-modules=regsub,TERMIOS,Bastion,rexec
347 import-graph=
351 ext-import-graph=
355 int-import-graph=
361 defining-attr-methods=__init__,__new__,setUp
364 valid-classmethod-first-arg=cls
367 valid-metaclass-classmethod-first-arg=mcs
371 exclude-protected=_asdict,_fields,_replace,_source,_make
378 overgeneral-exceptions=Exception