It is possible to incorporate ReSharper results in the TICS
output for C# and C++ files, in case these files are contained in a Visual
Studio solution. ReSharper provides a list of violations for TICS
to use in calculating coding standard compliance.
'TOOLS' => {
'ReSharper' => {
'SETTINGSFILE' => '',
}
}
'TOOLS' => {
'ReSharper' => {
'SETTINGSFILE' => 'F:/Project/ResharperSettings.DotSettings',
}
}