diff options
author | rebortg <github@ghlr.de> | 2022-02-12 21:38:45 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-02-12 21:38:45 +0100 |
commit | 6052f0d7374519f8de9f076ba9db63ef7aed162a (patch) | |
tree | 7e295ce58025a6a1f199df9f6ddc9059f13d3903 /.github/styles/Google/Hyphens.yml | |
parent | 5ba64c1f710b5dadfadddcc5fd515c573c7e79c2 (diff) | |
download | vyos-documentation-6052f0d7374519f8de9f076ba9db63ef7aed162a.tar.gz vyos-documentation-6052f0d7374519f8de9f076ba9db63ef7aed162a.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' |