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/Spelling.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ci/vale/Google/Spelling.yml (limited to 'ci/vale/Google/Spelling.yml') diff --git a/ci/vale/Google/Spelling.yml b/ci/vale/Google/Spelling.yml new file mode 100644 index 00000000..57acb884 --- /dev/null +++ b/ci/vale/Google/Spelling.yml @@ -0,0 +1,8 @@ +extends: existence +message: "In general, use American spelling instead of '%s'." +link: 'https://developers.google.com/style/spelling' +ignorecase: true +level: warning +tokens: + - '(?:\w+)nised?' + - '(?:\w+)logue' -- cgit v1.2.3