Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently, the TodoComment check catches only TODO tags. We should add other common tags such as FIXME, FIX and XXX. Suggested configuration add-on:
<module name="TodoComment"> <property name="format" value="XXX|FIX"/> <property name="severity" value="warning"/> </module>