C#-MarkupComments¶
Scans for comments containing a specified regular expression
Required inputs: CSharpAST
Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
markup_message |
Markup comment needs review. |
None |
False |
Options¶
This rule shares the following common options: excludes, includes, justification_checker, post_processing, provider, severity
The following places define options that affect this rule: Stylechecks, Analysis-GlobalOptions
markup_text_regex¶
markup_text_regex : bauhaus.analysis.config.SearchPattern = 'TODO|FIXME|HACK|CHECK|XXX|DEBUG'