main
 1id: general-no-todo-fixme
 2message: TODO/FIXME comment found - track in org-mode instead
 3severity: info
 4language: python
 5note: |
 6  Consider tracking TODOs in org-mode todos.org instead of code comments.
 7  This makes them more visible and trackable.
 8rule:
 9  any:
10    - pattern: "# TODO: $MSG"
11    - pattern: "# FIXME: $MSG"