diff options
Diffstat (limited to 'ci/vale/Google/OxfordComma.yml')
-rw-r--r-- | ci/vale/Google/OxfordComma.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ci/vale/Google/OxfordComma.yml b/ci/vale/Google/OxfordComma.yml deleted file mode 100644 index 98b07113..00000000 --- a/ci/vale/Google/OxfordComma.yml +++ /dev/null @@ -1,7 +0,0 @@ -extends: existence -message: "Use the Oxford comma in '%s'." -link: 'https://developers.google.com/style/commas' -scope: sentence -level: warning -tokens: - - '(?:[^,]+,){1,}\s\w+\sand' |