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
35 # The configuration modes to activate (default: base).
38 # The mode to use when import path setup fails (default: style).
50 # The configuration mode to use for tests (default: test).
56 # Directories to add to sys.path.
68 # Add a comment according to your evaluation note. This is used by the global
73 # note). You have access to the variables errors warning, statement which
84 # String to print as the module footer.
91 # Template used to display messages. This is a python new-style format string
92 # used to format the message information. See doc for all details
100 # Tells whether to display a full report or only the messages
167 # List of method names used to declare (i.e. assign) instance attributes.
170 # List of interface methods to ignore, separated by a comma. This is used for
171 # instance to not check methods defines in Zope's Interface base class.
183 # Argument names that match this expression will be ignored. Default to name
217 # Exceptions that will emit a warning when being caught. Defaults to
224 # Regexp for a line that is allowed to be longer than the limit.
240 # Allow the body of an if to be on the same line as the test if there is no
256 # List of exceptions that do not need to be mentioned in the Raises section of
314 # Logging modules to check that the string format arguments are in logging
321 # Add files or directories to the blacklist. They should be base names, not
325 # Arbitrary Python code to execute before linting.
328 # List of plugins (as comma separated values of python modules names) to load,
329 # usually to register additional checkers.
341 # List of note tags to take in consideration, separated by a comma.
376 # to generated-members.
382 # List of additional names supposed to be defined in builtins. Remember that
383 # you should avoid to define new builtins when possible.