From 586fa9d2936304181552858593a133d9e3a90a97 Mon Sep 17 00:00:00 2001 From: Robert Göhler Date: Tue, 26 Nov 2019 23:05:16 +0100 Subject: Linter: add vale SkippedScopes and change lint level --- .vale | 26 ++++---------------------- ci/vale/VyOS/Terminology.yml | 2 +- 2 files changed, 5 insertions(+), 23 deletions(-) diff --git a/.vale b/.vale index a23be76b..05e6de93 100644 --- a/.vale +++ b/.vale @@ -1,6 +1,9 @@ StylesPath = ci/vale MinAlertLevel = suggestion +SkippedScopes = script, style, pre, figure, img, a, code + + [*.rst] BasedOnStyles = VyOS @@ -10,25 +13,4 @@ vale.Hedging = NO vale.Redundancy = NO vale.Repetition = YES vale.Uncomparables = NO -proselint.GenderBias = YES - -# Custom block scoping (see the regex101 links for unit tests): -# -# Rule #1 (https://regex101.com/r/TJQLJ4/2/tests): Ignore `{%comment%}` blocks. This -# keeps Vale from flagging 'endcomment' as a spelling mistake. -# -# Rule #2 (https://regex101.com/r/7VA2lV/2/tests): Ignore `
`s and `
`s -# that specify `markdown="1"` since it isn't supported by Vale's Markdown -# parser (https://github.com/russross/blackfriday/issues/184). -# -# Rule #3 (https://regex101.com/r/NxFflU/1/tests): Ignore `{% include %}`-codeblock -# pairs. -BlockIgnores = (?s)({%\s?comment\s?%}.+?{%\s?endcomment\s?%}), \ -(?s)(<(?:div|section)[^>]*markdown="1"[^>]*>.*?), \ -(?s)((?: *{% include [^%]+ %}\n)? *~~~.*?~~~~?) - -# Custom inline scoping (see the regex101 links for unit tests): -# -# Rule #1 (https://regex101.com/r/cTiITH/2/tests): Ignore `{% include %}`s, which -# contain file paths. -TokenIgnores = ({%\s?include\s? {{ [^}]+ }}[^%]+\s?%}) +proselint.GenderBias = NO diff --git a/ci/vale/VyOS/Terminology.yml b/ci/vale/VyOS/Terminology.yml index 57c1e6d6..cd0c5089 100644 --- a/ci/vale/VyOS/Terminology.yml +++ b/ci/vale/VyOS/Terminology.yml @@ -1,7 +1,7 @@ extends: substitution message: Prefer '%s' over '%s' ignorecase: false -level: warning +level: error swap: vyos: VyOS Vyos: VyOS -- cgit v1.2.3