Lines Matching refs:to
6 # Python code to execute, usually for sys.path manipulation such as
13 # Add files or directories to the blacklist. They should be base names, not
20 # List of plugins (as comma separated values of python modules names) to load,
21 # usually to register additional checkers.
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
56 # Tells whether to display a full report or only the messages
60 # note). You have access to the variables errors warning, statement which
66 # Add a comment according to your evaluation note. This is used by the global
70 # Template used to display messages. This is a python new-style format string
71 # used to format the massage information. See doc for all details
77 # List of note tags to take in consideration, separated by a comma.
161 # List of additional names supposed to be defined in builtins. Remember that
162 # you should avoid to define new builtins when possible.
171 # Regexp for a line that is allowed to be longer than the limit.
193 # to generated-members.
204 # List of interface methods to ignore, separated by a comma. This is used for
205 # instance to not check methods defines in Zope's Interface base class.
208 # List of method names used to declare (i.e. assign) instance attributes.
241 # Argument names that match this expression will be ignored. Default to name
272 # Exceptions that will emit a warning when being caught. Defaults to