From 0b7186eac839b8690f8951aca4fc2657944ab3b6 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Thu, 12 Oct 2023 14:23:12 +0200 Subject: Add vale --- .../vale/.vale-styles/proselint/Uncomparables.yml | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 public/vale/.vale-styles/proselint/Uncomparables.yml (limited to 'public/vale/.vale-styles/proselint/Uncomparables.yml') diff --git a/public/vale/.vale-styles/proselint/Uncomparables.yml b/public/vale/.vale-styles/proselint/Uncomparables.yml new file mode 100644 index 0000000..9b96f42 --- /dev/null +++ b/public/vale/.vale-styles/proselint/Uncomparables.yml @@ -0,0 +1,50 @@ +extends: existence +message: "'%s' is not comparable" +ignorecase: true +level: error +action: + name: edit + params: + - split + - ' ' + - '1' +raw: + - \b(?:absolutely|most|more|less|least|very|quite|largely|extremely|increasingly|kind of|mildy|hardly|greatly|sort of)\b\s* +tokens: + - absolute + - adequate + - complete + - correct + - certain + - devoid + - entire + - 'false' + - fatal + - favorite + - final + - ideal + - impossible + - inevitable + - infinite + - irrevocable + - main + - manifest + - only + - paramount + - perfect + - perpetual + - possible + - preferable + - principal + - singular + - stationary + - sufficient + - 'true' + - unanimous + - unavoidable + - unbroken + - uniform + - unique + - universal + - void + - whole -- cgit v1.2.3