sheitmann / AgentSmith

Agent Smith is C# code style validation plugin for ReSharper (Visual Studio plugin).
GNU General Public License v2.0
16 stars 7 forks source link

Allow a way to deactivate documentation warning for Tests project #15

Closed bhugot closed 7 years ago

bhugot commented 7 years ago

Hello,

There should be a way to deactivate once for all the documentation warning for Tests project.

Maybe there is a way but didn't found

sheitmann commented 7 years ago

@bhugot at the moment there is no way to deactivate it for test projects. however I can add an option where you can specify a regex for the name of the projects you want to exlude. whould this work for you?

bhugot commented 7 years ago

Yes totally

sheitmann commented 7 years ago

I uploaded a new version. The options page for the general xml documentation settings contains a new text field where you can specify regex patterns for the project names you want to ignore.

please note that the pattern is case sensitive

bhugot commented 7 years ago

I will try tomorrow thanks

bhugot commented 7 years ago

Sorry forgot to say it s perfect tanks