It is possible to incorporate StyleCop
results in the TICS
output for C# files. StyleCop
is a static analyzer from
Microsoft. It checks a set of rules on C# source files.
For a successful StyleCop
integration,
the following prerequisites must be met.
chk\StyleCop
. A suitable version is available on the TICS
download site.
The StyleCop
analyzer requires
the BUILDTYPE to be
properly set.
A standard StyleCop
rule configuration is available in the
form of a IMPL.txt
, RULES.txt
pair.