how can i apply inspection rule set in resharper CLI version.

I wanna select rules when checking c# coding rules in resharper C++ CLI version.

is it possible?

0
1 comment
Official comment

Hello!

 

Thank you for contacting us.

ReSharper Command Line Tools provide option to specify .dotsettings file when executing inspection command. The .dotsettings file contain all standard ReSharper configurations including inspection severity as well as disabling/enabling any of inspections. Here's much useful concerning ReSharper CLT in our online help - https://www.jetbrains.com/help/resharper/InspectCode.html

Please note if you are using InspectCode to find code issues in C++, use inspectcode.x86.exe and do not useinspectcode.exe

Thank you.

Please sign in to leave a comment.