diff options
author | rebortg <github@ghlr.de> | 2020-11-26 21:52:17 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-11-26 21:52:17 +0100 |
commit | ab14c6a43a4fa56e35f6fd8b48bc267611b02f01 (patch) | |
tree | 44d317271f614ed8b8c5bc538193189559f239ea /ci/vale/Google/Hyphens.yml | |
parent | 27022c6a9c7c4ec57eb79cc17475b4d7d03a22cc (diff) | |
download | vyos-documentation-ab14c6a43a4fa56e35f6fd8b48bc267611b02f01.tar.gz vyos-documentation-ab14c6a43a4fa56e35f6fd8b48bc267611b02f01.zip |
move vale stuff to .github
Diffstat (limited to 'ci/vale/Google/Hyphens.yml')
-rw-r--r-- | ci/vale/Google/Hyphens.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ci/vale/Google/Hyphens.yml b/ci/vale/Google/Hyphens.yml deleted file mode 100644 index f9779637..00000000 --- a/ci/vale/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' |