|
Tired of the endless noise of violations in
places that rules don’t apply? Want special rules for very specific situations?
Rule scoping provides a very powerful ability to target rules at code that
meets specific criteria. This scoping can be based on attributes such as the
file or namespace that the code exists in, interfaces a type implements, types
a class inherits from, method signatures, visibility of types and members, and
so forth.

|