blob: 684fb10815ac9f272673f988b9d34a50b9fa4057 [file] [log] [blame]
[MESSAGES CONTROL]
disable=
bad-indentation,
missing-docstring,
import-error,
no-name-in-module,
unused-argument,
invalid-name,
too-few-public-methods,
[REPORTS]
reports=no
[VARIABLES]
dummy-variables-rgx=_$|unused_
[FORMAT]
indent-string=' '
# We suppress long line check for lines that contain only the URL (with or
# without quote).
ignore-long-lines=^\s*'?https?://\S+'?$