diff options
author | rebortg <github@ghlr.de> | 2022-02-12 21:34:42 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-02-12 21:34:42 +0100 |
commit | c238230b1397f425878814e312758bacc5a9ea1d (patch) | |
tree | 0ec641604f059b406e7abff9a7b41f3fd5758ce8 /.github/styles/Google/Hyphens.yml | |
parent | da9919ba9d58926fbd3ed59d104cbc083ef97cce (diff) | |
download | vyos-documentation-c238230b1397f425878814e312758bacc5a9ea1d.tar.gz vyos-documentation-c238230b1397f425878814e312758bacc5a9ea1d.zip |
cleanup all vale components
Diffstat (limited to '.github/styles/Google/Hyphens.yml')
-rw-r--r-- | .github/styles/Google/Hyphens.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/styles/Google/Hyphens.yml b/.github/styles/Google/Hyphens.yml deleted file mode 100644 index f9779637..00000000 --- a/.github/styles/Google/Hyphens.yml +++ /dev/null @@ -1,8 +0,0 @@ -extends: existence -message: "Don't place a space on either side of a hyphen (unless it's suspended)." -link: 'https://developers.google.com/style/hyphens' -level: warning -nonword: true -tokens: - - '\s-' - - '-\s' |