Lines Matching refs:to

3 # Only show warnings with the listed confidence levels. Leave empty to show
10 # file where it should appear only once).You can also use "--disable=all" to
12 # you want to run only the similarities checker, you can use "--disable=all
13 # --enable=similarities". If you want to run only the classes checker, but have
32 # The configuration modes to activate (default: base).
35 # The mode to use when import path setup fails (default: style).
47 # The configuration mode to use for tests (default: test).
53 # Directories to add to sys.path.
65 # Add a comment according to your evaluation note. This is used by the global
70 # note). You have access to the variables errors warning, statement which
81 # String to print as the module footer.
88 # Template used to display messages. This is a python new-style format string
89 # used to format the message information. See doc for all details
97 # Tells whether to display a full report or only the messages
164 # List of method names used to declare (i.e. assign) instance attributes.
167 # List of interface methods to ignore, separated by a comma. This is used for
168 # instance to not check methods defines in Zope's Interface base class.
180 # Argument names that match this expression will be ignored. Default to name
214 # Exceptions that will emit a warning when being caught. Defaults to
221 # Regexp for a line that is allowed to be longer than the limit.
237 # Allow the body of an if to be on the same line as the test if there is no
253 # List of exceptions that do not need to be mentioned in the Raises section of
311 # Logging modules to check that the string format arguments are in logging
318 # Add files or directories to the blacklist. They should be base names, not
322 # Arbitrary Python code to execute before linting.
325 # List of plugins (as comma separated values of python modules names) to load,
326 # usually to register additional checkers.
338 # List of note tags to take in consideration, separated by a comma.
373 # to generated-members.
379 # List of additional names supposed to be defined in builtins. Remember that
380 # you should avoid to define new builtins when possible.