File: fixme_docstring.rc

package info (click to toggle)
pylint 4.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,276 kB
  • sloc: python: 76,515; makefile: 70
file content (7 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
[MISCELLANEOUS]
# List of note tags to take in consideration, separated by a comma.
notes=XXX,TODO,./TODO
# Regular expression of note tags to take in consideration.
notes-rgx=FIXME(?!.*ISSUE-\d+)|TO.*DO
# enable checking for fixme's in docstrings
check-fixme-in-docstring=yes