summaryrefslogtreecommitdiff
path: root/tests/regrtest_data/comments_pylintrc
blob: 6d1cd399120197b7416f2eed0a360b9bfc3444ac (plain)
1
2
3
4
5
6
7
[MESSAGES CONTROL]
disable=all
enable=
  trailing-whitespace, # Caring about it
  bad-indentation, # And about this
  # And about this
  missing-docstring