cake-contrib / Cake.Wyam.Recipe

A set of convention based Cake scripts for using Wyam
https://cake-contrib.github.io/Cake.Wyam.Recipe/
MIT License
1 stars 6 forks source link

Add spellchecking #34

Open pascalberger opened 5 years ago

pascalberger commented 5 years ago

We could add spellchecking through ReSpeller, InspectCode and the Cake.Issues addins.

gep13 commented 1 year ago

@pascalberger was this something that you added to Cake.Issues?

pascalberger commented 1 year ago

Since ReSpeller is an ReSharper plugin, the spellcheck output could be parsed using the Cake.Issues.InspectCode addin. This would also be supported by Cake Issues Recipe, which we could add, like in Cake.Recipe, to do the parsing and reporting back to PRs.

pascalberger commented 1 year ago

Doesn't seem like ReSpeller does support Markdown files. So would require to use something like cspell by calling cspell-cli using cspell-json-reporter and new issue reporter for Cake Issues which can parse the output.