isocpp / CppCoreGuidelines

The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
Other
42.32k stars 5.42k forks source link

Travis CI spellchecker checks HTML anchors #1458

Open jwakely opened 5 years ago

jwakely commented 5 years ago

Currently if you add a new anchor like Rs-foobar to the markdown source then you need to add "foobar" to the dictionary. If we spellchecked the output of something like markdown CppCoreGuidelines.md | elinks -dump then it wouldn't include markup, just the text.

Not a big deal though, adding the anchors to the dictionary isn't too onerous.

hsutter commented 5 years ago

Editors call: We'd be happy to spellcheck the generated text instead of the source -- @cubbimew is going to see if it's easy to change the setup to do that.