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

8 #init-hook=
20 # List of plugins (as comma separated values of python modules names) to load,
22 load-plugins=
29 unsafe-load-any-extension=no
31 # A comma-separated list of package or module names from where C extensions may
34 extension-pkg-whitelist=
42 optimize-ast=no
52 # either give multiple identifier separated by comma (,) or put this option
53 # multiple time. See also the "--disable" option for examples.
57 # can either give multiple identifiers separated by comma (,) or put this
59 # file where it should appear only once).You can also use "--disable=all" to
61 # you want to run only the similarities checker, you can use "--disable=all
62 # --enable=similarities". If you want to run only the classes checker, but have
63 # no Warning level messages displayed, use"--disable=all --enable=classes
64 # --disable=W"
65-name,missing-docstring,too-many-branches,too-many-locals,too-many-arguments,too-many-statements,d…
73 output-format=text
78 files-output=no
88 evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
94 # Template used to display messages. This is a python new-style format string
96 #msg-template=
102 min-similarity-lines=4
105 ignore-comments=yes
108 ignore-docstrings=yes
111 ignore-imports=no
118 ignore-mixin-members=yes
123 ignored-modules=
127 ignored-classes=SQLObject
130 # to generated-members.
136 generated-members=REQUEST,acl_users,aq_parent
141 # List of note tags to take in consideration, separated by a comma.
147 # List of builtins function names that should not be used, separated by a comma
148 bad-functions=map,filter,input
150 # Good variable names which should always be accepted, separated by a comma
151 good-names=i,j,k,ex,Run,_
153 # Bad variable names which should always be refused, separated by a comma
154 bad-names=foo,bar,baz,toto,tutu,tata
156 # Colon-delimited sets of names that determine each other's naming style when
158 name-group=
160 # Include a hint for the correct naming format with invalid-name
161 include-naming-hint=no
164 function-rgx=[a-z_][a-z0-9_]{2,30}$
167 function-name-hint=[a-z_][a-z0-9_]{2,30}$
170 variable-rgx=[a-z_][a-z0-9_]{2,30}$
173 variable-name-hint=[a-z_][a-z0-9_]{2,30}$
176 const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$
179 const-name-hint=(([A-Z_][A-Z0-9_]*)|(__.*__))$
182 attr-rgx=[a-z_][a-z0-9_]{2,30}$
185 attr-name-hint=[a-z_][a-z0-9_]{2,30}$
188 argument-rgx=[a-z_][a-z0-9_]{2,30}$
191 argument-name-hint=[a-z_][a-z0-9_]{2,30}$
194 class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$
197 class-attribute-name-hint=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$
200 inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
203 inlinevar-name-hint=[A-Za-z_][A-Za-z0-9_]*$
206 class-rgx=[A-Z_][a-zA-Z0-9]+$
209 class-name-hint=[A-Z_][a-zA-Z0-9]+$
212 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
215 module-name-hint=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
218 method-rgx=[a-z_][a-z0-9_]{2,30}$
221 method-name-hint=[a-z_][a-z0-9_]{2,30}$
225 no-docstring-rgx=__.*__
229 docstring-min-length=-1
235 # install python-enchant package.
236 spelling-dict=
238 # List of comma separated words that should not be checked.
239 spelling-ignore-words=
242 spelling-private-dict-file=
245 # --spelling-private-dict-file option instead of raising a message.
246 spelling-store-unknown-words=no
252 max-line-length=80
255 ignore-long-lines=^\s*(# )?<?https?://\S+>?$
259 single-line-if-stmt=no
262 no-space-check=trailing-comma,dict-separator
265 max-module-lines=1000
269 indent-string=' '
272 indent-after-paren=4
275 expected-line-ending-format=LF
282 logging-modules=logging
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=50
325 max-parents=7
328 max-attributes=7
331 min-public-methods=2
334 max-public-methods=20
339 # Deprecated modules which should not be used, separated by a comma
340 deprecated-modules=regsub,TERMIOS,Bastion,rexec
344 import-graph=
348 ext-import-graph=
352 int-import-graph=
358 defining-attr-methods=__init__,__new__,setUp
361 valid-classmethod-first-arg=cls
364 valid-metaclass-classmethod-first-arg=mcs
368 exclude-protected=_asdict,_fields,_replace,_source,_make
375 overgeneral-exceptions=Exception