A Vale-compatible implementation of IBM's Developer Editorial Style Guide.
:exclamation: IBM requires Vale >= 1.7.0. :exclamation:
Download the latest release, copy the "IBM" directory to your StylesPath
, and include it in your configuration file:
# This goes in a file named either `.vale.ini` or `_vale.ini`.
StylesPath = path/to/some/directory
MinAlertLevel = warning # suggestion, warning or error
# Only Markdown and .txt files; change to whatever you're using.
[*.{md,txt}]
# List of styles to load.
BasedOnStyles = IBM
See Usage for more information.
/IBM
/fixtures
/Microsoft
and include its own .vale.ini
file that isolates its target rule./features
Check | Implementation(s) |
---|---|
existence |
Terms.yml |
substitution |
Checkusage.yml |