VSSpellChecker
VSSpellChecker copied to clipboard
Use of analyzer in dotnet build/CI
This is related to #302, but I wanted to add a use-case:
I've worked on a few projects where some devs just do not care about their spelling, and will submit PRs with spelling errors. Sometimes they are simple mistakes, often it is just laziness.
Having the analyzer run as part of any build process would allow us to capture these as part of the code review process in a far more streamlined and deterministic manner.