Lines Matching +full:use +full:- +full:external +full:- +full:names
2 # Use of this source code is governed by a BSD-style license that can be
12 #init-hook=
24 # List of plugins (as comma separated values of python modules names) to load,
26 #load-plugins=
49 # W0122: Use of the exec statement
73 #output-format=text
77 include-ids=yes
82 #files-output=no
94 # evaluation = 10.0 - ((float(5 * all_failures) / statement) * 10)
110 #max-line-length=80
113 #max-module-lines=1000
117 indent-string=" "
124 #ignore-mixin-members=yes
126 # List of classes names for which member attributes should not be checked
128 #ignored-classes=SQLObject
131 # to generated-members.
139 generated-members=REQUEST,acl_users,aq_parent,AndRaise,AndReturn,
146 #required-attributes=
148 # List of builtins function names that should not be used, separated by a comma
149 #bad-functions=map,filter,apply,input
151 # Regular expression which should only match correct module names
152 #module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
154 # Regular expression which should only match correct module level names
155 #const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$
157 # Regular expression which should only match correct class names
158 #class-rgx=[A-Z_][a-zA-Z0-9]+$
160 # Regular expression which should only match correct function names
162 # CHANGE: The ChromiumOS standard is different than PEP-8, so we need to
166 # - main: Standard for main function
167 function-rgx=([A-Z_][a-zA-Z0-9]{2,30}|main)$
169 # Regular expression which should only match correct method names
171 # CHANGE: The ChromiumOS standard is different than PEP-8, so we need to
173 # - CamelCaps, starting with a capital letter. No underscores in function
174 # names. Can also have a "_" prefix (private method) or a "test" prefix
176 # - Methods that look like __xyz__, which are used to do things like
178 # - setUp, tearDown: For unit tests.
179 method-rgx=((_|test)?[A-Z][a-zA-Z0-9]{2,30}|__[a-z]+__|setUp|tearDown)$
181 # Regular expression which should only match correct instance attribute names
182 #attr-rgx=[a-z_][a-z0-9_]{2,30}$
184 # Regular expression which should only match correct argument names
185 #argument-rgx=[a-z_][a-z0-9_]{2,30}$
187 # Regular expression which should only match correct variable names
188 #variable-rgx=[a-z_][a-z0-9_]{2,30}$
191 # generator expression variable names
192 #inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
194 # Good variable names which should always be accepted, separated by a comma
195 #good-names=i,j,k,ex,Run,_
197 # Bad variable names which should always be refused, separated by a comma
198 #bad-names=foo,bar,baz,toto,tutu,tata
202 #no-docstring-rgx=__.*__
208 min-similarity-lines=8
211 #ignore-comments=yes
214 #ignore-docstrings=yes
220 #init-import=no
224 #dummy-variables-rgx=_|dummy
226 # List of additional names supposed to be defined in builtins. Remember that
228 #additional-builtins=
235 #ignore-iface-methods=isImplementedBy,deferred,extends,names,
240 # List of method names used to declare (i.e. assign) instance attributes.
241 #defining-attr-methods=__init__,__new__,setUp
247 #max-args=5
249 # Argument names that match this expression will be ignored. Default to name
251 #ignored-argument-names=_.*
254 #max-locals=15
257 #max-returns=6
260 #max-branchs=12
263 #max-statements=50
266 max-parents=10
269 #max-attributes=7
272 #min-public-methods=2
275 #max-public-methods=20
281 #deprecated-modules=regsub,string,TERMIOS,Bastion,rexec
283 # Create a graph of every (i.e. internal and external) dependencies in the
285 #import-graph=
287 # Create a graph of external dependencies in the given file (report RP0402 must
289 #ext-import-graph=
293 #int-import-graph=