Lines Matching +full:comma +full:- +full:separated
10 #init-hook=
22 # List of plugins (as comma separated values of python modules names) to load,
24 load-plugins=
30 # either give multiple identifier separated by comma (,) or put this option
35 # can either give multiple identifier separated by comma (,) or put this option
38 # W0622: Redefining built-in '...'
58 output-format=text
61 include-ids=yes
66 files-output=no
76 evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
85 # Required attributes for module, separated by a comma
86 required-attributes=
88 # List of builtins function names that should not be used, separated by a comma
89 bad-functions=map,filter,apply,input
92 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
95 const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$
98 class-rgx=[A-Z_][a-zA-Z0-9]+$
101 function-rgx=[a-z_][a-z0-9_]{2,30}$
104 method-rgx=[a-z_][a-z0-9_]{2,30}$
107 attr-rgx=[a-z_][a-z0-9_]{2,30}$
110 argument-rgx=[a-z_][a-z0-9_]{2,30}$
113 variable-rgx=[a-z_][a-z0-9_]{2,30}$
117 inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
119 # Good variable names which should always be accepted, separated by a comma
120 good-names=i,j,k,ex,Run,_
122 # Bad variable names which should always be refused, separated by a comma
123 bad-names=foo,bar,baz,toto,tutu,tata
127 no-docstring-rgx=__.*__
133 max-line-length=80
136 max-module-lines=1000
140 indent-string=' '
145 # List of note tags to take in consideration, separated by a comma.
152 init-import=no
156 dummy-variables-rgx=_|dummy
160 additional-builtins=
166 min-similarity-lines=4
169 ignore-comments=yes
172 ignore-docstrings=yes
179 ignore-mixin-members=yes
183 ignored-classes=SQLObject
186 # to generated-members.
191 generated-members=REQUEST,acl_users,aq_parent
196 # List of interface methods to ignore, separated by a comma. This is used for
198 ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFo…
201 defining-attr-methods=__init__,__new__,setUp
207 max-args=5
211 ignored-argument-names=_.*
214 max-locals=15
217 max-returns=6
220 max-branchs=12
223 max-statements=50
226 max-parents=7
229 max-attributes=7
232 min-public-methods=2
235 max-public-methods=20
240 # Deprecated modules which should not be used, separated by a comma
241 deprecated-modules=regsub,string,TERMIOS,Bastion,rexec
245 import-graph=
249 ext-import-graph=
253 int-import-graph=