summaryrefslogtreecommitdiff
path: root/tests/regrtest_data/comments_pylintrc
blob: 93a33101f2740814ef9b648f56f1880b1f2caa35 (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