diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-10-16 15:33:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-16 15:33:01 +0200 |
commit | 9982023728283b6212bf8820f8634a10c1764317 (patch) | |
tree | 50213104350fdd50b78c8c3e4c03019c8bc9c266 /ci/vale/Google/Hyphens.yml | |
parent | d5400cd2822539c2e0a1416fa728b942a3cb1b9f (diff) | |
parent | d59ccf6c896c7ae5a5604bc66d79357584745f79 (diff) | |
download | vyos-documentation-9982023728283b6212bf8820f8634a10c1764317.tar.gz vyos-documentation-9982023728283b6212bf8820f8634a10c1764317.zip |
Merge pull request #130 from rebortg/vale
T1731: 1st version to test vale
Diffstat (limited to 'ci/vale/Google/Hyphens.yml')
-rw-r--r-- | ci/vale/Google/Hyphens.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/vale/Google/Hyphens.yml b/ci/vale/Google/Hyphens.yml new file mode 100644 index 00000000..f9779637 --- /dev/null +++ b/ci/vale/Google/Hyphens.yml @@ -0,0 +1,8 @@ +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' |