Modifies the behavior of context.report(descriptor) for a given rule.
context.report(descriptor)
Useful for performing additional checks before reporting an issue.
the original rule
replacement for context.report(descr) invocations used inside of the rule
context.report(descr)
Optional
optional function to change the default context overridding mechanism
Modifies the behavior of
context.report(descriptor)
for a given rule.Useful for performing additional checks before reporting an issue.