Lines Matching +full:comma +full:- +full:separated

8 #init-hook=
17 # List of plugins (as comma separated values of python modules names) to load,
19 load-plugins=
26 unsafe-load-any-extension=no
28 # A comma-separated list of package or module names from where C extensions may
31 extension-pkg-whitelist=
39 optimize-ast=no
49 # either give multiple identifier separated by comma (,) or put this option
50 # multiple time. See also the "--disable" option for examples.
54 # can either give multiple identifiers separated by comma (,) or put this
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,print-statement,unpacking-in-except,parameter-unpa…
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={path}:{line}: {msg_id} {symbol}, {obj} {msg}
95 min-similarity-lines=4
98 ignore-comments=yes
101 ignore-docstrings=yes
104 ignore-imports=no
109 # List of note tags to take in consideration, separated by a comma.
116 max-line-length=120
119 ignore-long-lines=^\s*(# )?<?https?://\S+>?$
123 single-line-if-stmt=no
125 # List of optional constructs for which whitespace checking is disabled. `dict-
127 # `trailing-comma` allows a space between comma and closing bracket: (a, ).
128 # `empty-line` allows space-only lines.
129 no-space-check=trailing-comma,dict-separator
132 max-module-lines=1000
136 indent-string=' '
139 indent-after-paren=4
142 expected-line-ending-format=
149 logging-modules=logging
154 # List of builtins function names that should not be used, separated by a comma
155 bad-functions=map,filter,input
157 # Good variable names which should always be accepted, separated by a comma
158 good-names=i,j,k,ex,Run,_,n,z,c,b,e,ri,cd
160 # Bad variable names which should always be refused, separated by a comma
161 bad-names=foo,bar,baz,toto,tutu,tata
163 # Colon-delimited sets of names that determine each other's naming style when
165 name-group=
167 # Include a hint for the correct naming format with invalid-name
168 include-naming-hint=no
171 function-rgx=[a-z_][a-z0-9_]{2,30}$
174 function-name-hint=[a-z_][a-z0-9_]{2,30}$
177 variable-rgx=[a-z_][a-z0-9_]{2,30}$
180 variable-name-hint=[a-z_][a-z0-9_]{2,30}$
183 const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$
186 const-name-hint=(([A-Z_][A-Z0-9_]*)|(__.*__))$
189 attr-rgx=[a-z_][a-z0-9_]{2,30}$
192 attr-name-hint=[a-z_][a-z0-9_]{2,30}$
195 argument-rgx=[a-z_][a-z0-9_]{2,30}$
198 argument-name-hint=[a-z_][a-z0-9_]{2,30}$
201 class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$
204 class-attribute-name-hint=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$
207 inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
210 inlinevar-name-hint=[A-Za-z_][A-Za-z0-9_]*$
213 class-rgx=[A-Z_][a-zA-Z0-9]+$
216 class-name-hint=[A-Z_][a-zA-Z0-9]+$
219 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
222 module-name-hint=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
225 method-rgx=[a-z_][a-z0-9_]{2,30}$
228 method-name-hint=[a-z_][a-z0-9_]{2,30}$
232 no-docstring-rgx=^_
236 docstring-min-length=-1
242 max-nested-blocks=5
248 # install python-enchant package.
249 spelling-dict=
251 # List of comma separated words that should not be checked.
252 spelling-ignore-words=
255 spelling-private-dict-file=
258 # --spelling-private-dict-file option instead of raising a message.
259 spelling-store-unknown-words=no
266 ignore-mixin-members=yes
272 ignored-modules=urllib,asyncio,msvcrt,queue,socket
277 ignored-classes=
282 generated-members=
288 init-import=no
292 dummy-variables-rgx=_$|dummy
296 additional-builtins=
306 max-args=5
310 ignored-argument-names=_.*
313 max-locals=15
316 max-returns=6
319 max-branches=12
322 max-statements=60
325 max-parents=7
328 max-attributes=12
331 min-public-methods=2
334 max-public-methods=20
337 max-bool-expr=5
342 # Deprecated modules which should not be used, separated by a comma
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