aboutsummaryrefslogtreecommitdiff
path: root/config/vale
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-12-14 14:00:30 -0700
committerKenny Ballou <kb@devnulllabs.io>2022-12-14 14:00:30 -0700
commit6c57e4d182831454a2a4423bb1f203e48ffc270a (patch)
tree0041c968eaa36a0b779b29ba644d8a7d4daf65a6 /config/vale
parent3daa8079a19787511e7c833147086c26abf8d631 (diff)
downloaddotfiles-6c57e4d182831454a2a4423bb1f203e48ffc270a.tar.gz
dotfiles-6c57e4d182831454a2a4423bb1f203e48ffc270a.tar.xz
config: vale: remove quotes rules
I don't agree with this rule, removing. If anything, maybe, it should be a warning. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'config/vale')
-rw-r--r--config/vale/styles/kb/Quotes.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/vale/styles/kb/Quotes.yml b/config/vale/styles/kb/Quotes.yml
deleted file mode 100644
index cf7c4c37..00000000
--- a/config/vale/styles/kb/Quotes.yml
+++ /dev/null
@@ -1,8 +0,0 @@
----
-extends: existence
-message: 'Punctuation should be inside the quotes.'
-link: https://docs.microsoft.com/en-us/style-guide/punctuation/quotation-marks
-level: error
-nonword: true
-tokens:
- - '["“][^"”“]+["”][.,]'