Miscellaneous-MarkupComments

Scans for comments containing a specified regular expression

Required inputs: IR

The rule usually helps to find certain keywords, like TODO, in comments.

Possible Messages

Key

Text

Severity

Disabled

markup_message

Markup comment needs review.

None

False

Options

files_to_check

files_to_check : bauhaus.rules.axivion.lexical.comments.FileToCheckSet = {'Primary_File'}

Files to be checked, e.g. Primary_File or File.
 

markup_text_regex

markup_text_regex : bauhaus.analysis.config.SearchPattern = 'TODO|FIXME|HACK|CHECK|XXX|DEBUG'

This rule reports comments where this Python regular expression finds a match in the comment text.