lvivdotnet/LvivDotNet

Code style guidelines and complains

Closed this issue · 4 comments

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?

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.

PR resolving this issue #15

This is resolved.