• Home
  • Raw
  • Download

Lines Matching +full:force +full:- +full:load +full:- +full:on +full:- +full:access

6 limit-inference-results=100
8 # List of plugins (as comma separated values of python module names) to load,
10 load-plugins=pylint.extensions.docparams
16 # user-friendly hints instead of false-positive error messages.
17 suggestion-mode=yes
21 unsafe-load-any-extension=no
34 # option multiple times (only on the command line, not in the configuration
35 # file where it should appear only once). You can also use "--disable=all" to
37 # you want to run only the similarities checker, you can use "--disable=all
38 # --enable=similarities". If you want to run only the classes checker, but have
39 # no Warning level messages displayed, use "--disable=all --enable=classes
40 # --disable=W".
41 disable=print-statement,
42 parameter-unpacking,
43 unpacking-in-except,
44 old-raise-syntax,
46 long-suffix,
47 old-ne-operator,
48 old-octal-literal,
49 import-star-module-level,
50 non-ascii-bytes-literal,
51 raw-checker-failed,
52 bad-inline-option,
53 locally-disabled,
54 file-ignored,
55 suppressed-message,
56 useless-suppression,
57 deprecated-pragma,
58 use-symbolic-message-instead,
59 apply-builtin,
60 basestring-builtin,
61 buffer-builtin,
62 cmp-builtin,
63 coerce-builtin,
64 execfile-builtin,
65 file-builtin,
66 long-builtin,
67 raw_input-builtin,
68 reduce-builtin,
69 standarderror-builtin,
70 unicode-builtin,
71 xrange-builtin,
72 coerce-method,
73 delslice-method,
74 getslice-method,
75 setslice-method,
76 no-absolute-import,
77 old-division,
78 dict-iter-method,
79 dict-view-method,
80 next-method-called,
81 metaclass-assignment,
82 indexing-exception,
83 raising-string,
84 reload-builtin,
85 oct-method,
86 hex-method,
87 nonzero-method,
88 cmp-method,
89 input-builtin,
90 round-builtin,
91 intern-builtin,
92 unichr-builtin,
93 map-builtin-not-iterating,
94 zip-builtin-not-iterating,
95 range-builtin-not-iterating,
96 filter-builtin-not-iterating,
97 using-cmp-argument,
98 eq-without-hash,
99 div-method,
100 idiv-method,
101 rdiv-method,
102 exception-message-attribute,
103 invalid-str-codec,
104 sys-max-int,
105 bad-python3-import,
106 deprecated-string-function,
107 deprecated-str-translate-call,
108 deprecated-itertools-function,
109 deprecated-types-field,
110 next-method-defined,
111 dict-items-not-iterating,
112 dict-keys-not-iterating,
113 dict-values-not-iterating,
114 deprecated-operator-function,
115 deprecated-urllib-function,
116 xreadlines-attribute,
117 deprecated-sys-function,
118 exception-escape,
119 comprehension-escape
123 # multiple time (only on the command line, not in the configuration file where
124 # it should appear only once). See also the "--disable" option for examples.
125 enable=c-extension-no-member
131 # have access to the variables 'error', 'warning', 'refactor', and 'convention'
135 evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
140 output-format=text
152 max-nested-blocks=5
155 never-returning-functions=sys.exit
161 argument-naming-style=camelCase
163 # Regular expression matching correct argument names. Overrides argument-
164 # naming-style.
165 #argument-rgx=
168 attr-naming-style=camelCase
170 # Regular expression matching correct attribute names. Overrides attr-naming-
172 #attr-rgx=
175 bad-names=foo,
183 class-attribute-naming-style=any
185 # Regular expression matching correct class attribute names. Overrides class-
186 # attribute-naming-style.
187 #class-attribute-rgx=
190 class-naming-style=PascalCase
192 # Regular expression matching correct class names. Overrides class-naming-
194 #class-rgx=
197 const-naming-style=UPPER_CASE
199 # Regular expression matching correct constant names. Overrides const-naming-
201 #const-rgx=
205 docstring-min-length=-1
208 function-naming-style=snake_case
210 # Regular expression matching correct function names. Overrides function-
211 # naming-style.
212 #function-rgx=
215 good-names=i,j,k,x,y,z,w,r,g,b,a,ex,Run,_
217 # Include a hint for the correct naming format with invalid-name.
218 include-naming-hint=no
221 inlinevar-naming-style=any
224 # inlinevar-naming-style.
225 #inlinevar-rgx=
228 method-naming-style=snake_case
230 # Regular expression matching correct method names. Overrides method-naming-
232 #method-rgx=
235 module-naming-style=snake_case
237 # Regular expression matching correct module names. Overrides module-naming-
239 #module-rgx=
241 # Colon-delimited sets of names that determine each other's naming style when
243 name-group=
247 no-docstring-rgx=^_
251 # These decorators are taken in consideration only for invalid-name.
252 property-classes=abc.abstractproperty
255 variable-naming-style=camelCase
260 expected-line-ending-format=
263 ignore-long-lines=^\s*(# )?<?https?://\S+>?$
266 indent-after-paren=4
270 indent-string=' '
272 # Maximum number of characters on a single line.
273 max-line-length=79
276 max-module-lines=1000
278 # Allow the body of a class to be on the same line as the declaration if body
280 single-line-class-stmt=no
282 # Allow the body of an if to be on the same line as the test if there is no
284 single-line-if-stmt=no
290 # formatting, `new` is for `{}` formatting,and `fstr` is for f-strings.
291 logging-format-style=old
295 logging-modules=logging
307 ignore-comments=yes
310 ignore-docstrings=yes
313 ignore-imports=no
316 min-similarity-lines=4
322 max-spelling-suggestions=4
325 # install the python-enchant package.
326 spelling-dict=
329 spelling-ignore-words=
332 spelling-private-dict-file=
335 # --spelling-private-dict-file option) instead of raising a message.
336 spelling-store-unknown-words=no
341 # This flag controls whether the implicit-str-concat-in-sequence should
342 # generate a warning on implicit string concatenation in sequences defined over
344 check-str-concat-over-line-jumps=no
352 contextmanager-decorators=contextlib.contextmanager
357 generated-members=
361 ignore-mixin-members=yes
365 ignore-none=yes
367 # This flag controls whether pylint should warn about no-member and similar
371 # that case, it might be useful to still emit no-member and other checks for
373 ignore-on-opaque-inference=yes
378 ignored-classes=optparse.Values,thread._local,_thread._local
384 ignored-modules=signal
387 # of finding the hint is based on edit distance.
388 missing-member-hint=yes
392 missing-member-hint-distance=1
396 missing-member-max-choices=1
399 signature-mutators=
406 additional-builtins=
409 allow-global-unused-variables=yes
417 dummy-variables-rgx=_+$|(_[a-zA-Z0-9_]*[a-zA-Z0-9]+?$)|dummy|^ignored_|^unused_
421 ignored-argument-names=_.*|^ignored_|^unused_
424 init-import=no
428 redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io
434 defining-attr-methods=__init__,
439 # List of member names, which should be excluded from the protected access
441 exclude-protected=_asdict,
448 valid-classmethod-first-arg=cls
451 valid-metaclass-classmethod-first-arg=cls
457 max-args=7
460 max-attributes=16
463 max-bool-expr=5
466 max-branches=12
469 max-locals=16
472 max-parents=7
475 max-public-methods=20
478 max-returns=6
481 max-statements=50
484 min-public-methods=0
491 allow-any-import-level=
494 allow-wildcard-with-all=no
499 analyse-fallback-blocks=no
502 deprecated-modules=optparse,tkinter.tix
506 ext-import-graph=
510 import-graph=
514 int-import-graph=
516 # Force import order to recognize a module as part of the standard
518 known-standard-library=
520 # Force import order to recognize a module as part of a third party library.
521 known-third-party=enchant
524 preferred-modules=
531 overgeneral-exceptions=BaseException,