diff options
Diffstat (limited to 'ci/vale/Google/Periods.yml')
-rw-r--r-- | ci/vale/Google/Periods.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ci/vale/Google/Periods.yml b/ci/vale/Google/Periods.yml new file mode 100644 index 00000000..d24a6a6c --- /dev/null +++ b/ci/vale/Google/Periods.yml @@ -0,0 +1,7 @@ +extends: existence +message: "Don't use periods with acronyms or initialisms such as '%s'." +link: 'https://developers.google.com/style/abbreviations' +level: error +nonword: true +tokens: + - '\b(?:[A-Z]\.){3,}' |