errata-ai / Microsoft

A Vale-compatible implementation of the Microsoft Writing Style Guide.
https://github.com/errata-ai/vale
MIT License
85 stars 46 forks source link

The terms are case insensitive. #1

Closed jareddonovan closed 6 years ago

jareddonovan commented 6 years ago

It appears that the terms are case-insensitive. If I lint text such as:

JavaScript runs in web browsers

...it gives the following warning:

Prefer 'JavaScript' over 'JavaScript'.

Same for 'GitHub', 'README', 'DevOps'.

This is fixed if you change the ignorecase option to false.