testing_pylintrc 198 B

123456789
  1. # A bare minimum pylintrc used for the functional tests that don't specify
  2. # their own settings.
  3. [MESSAGES CONTROL]
  4. disable=
  5. suppressed-message,
  6. locally-disabled,
  7. useless-suppression,