diff options
Diffstat (limited to '.github/styles/Google/OxfordComma.yml')
-rw-r--r-- | .github/styles/Google/OxfordComma.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/styles/Google/OxfordComma.yml b/.github/styles/Google/OxfordComma.yml deleted file mode 100644 index 98b07113..00000000 --- a/.github/styles/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' |