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/Parens.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/Parens.yml')
-rw-r--r-- | ci/vale/Google/Parens.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ci/vale/Google/Parens.yml b/ci/vale/Google/Parens.yml deleted file mode 100644 index 3b8711d0..00000000 --- a/ci/vale/Google/Parens.yml +++ /dev/null @@ -1,7 +0,0 @@ -extends: existence -message: "Use parentheses judiciously." -link: 'https://developers.google.com/style/parentheses' -nonword: true -level: suggestion -tokens: - - '\(.+\)' |