Code style guidelines and complains
Closed this issue · 4 comments
d1mnewz commented
We need automated code style verification so badly.
I am looking for a tool which could be a linter for development, and, at the same time, could fail a build if the code checked in doesn't comply with our rules.
The best one I can think of is StyleCop via Roslyn.
Any thoughts on that?
caballero77 commented
@d1mnewz What do you thing about using https://www.nuget.org/packages/Microsoft.CodeAnalysis.FxCopAnalyzers ?
d1mnewz commented
There are plenty of them available. I believe we can use any at this stage however we should pick validation rules wisely.
Please do try to figure out how your proposed tool can be integrated into our solution. Let me know if there will be any issues.
d1mnewz commented
This is resolved.