From f5f5780c2c02e62fa638fcf9cd95915de64aa9c3 Mon Sep 17 00:00:00 2001 From: Robert Göhler Date: Mon, 14 Oct 2019 21:28:29 +0200 Subject: T1731: 1st version to test vale --- ci/vale/Google/Hyphens.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ci/vale/Google/Hyphens.yml (limited to 'ci/vale/Google/Hyphens.yml') 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' -- cgit v1.2.3