From 7ed319a52eaa90664289b934b2356240dfcc48f5 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 5 Jul 2024 17:12:13 +0200 Subject: [PATCH] chore: remove vale --- .dotbot.conf.yaml | 1 - .vale/Vocab/Base/accept.txt | 20 -------------------- .vale/Vocab/Base/reject.txt | 0 Brewfile | 2 -- style/vale.ini | 17 ----------------- 5 files changed, 40 deletions(-) delete mode 100644 .vale/Vocab/Base/accept.txt delete mode 100644 .vale/Vocab/Base/reject.txt delete mode 100644 style/vale.ini diff --git a/.dotbot.conf.yaml b/.dotbot.conf.yaml index d76701e..fe6fec2 100644 --- a/.dotbot.conf.yaml +++ b/.dotbot.conf.yaml @@ -42,7 +42,6 @@ ~/.tmux-cht-command: tmux/tmux-cht-command ~/.tmux-cht-languages: tmux/tmux-cht-languages ~/.tmux.conf: tmux/tmux.conf - ~/.vale.ini: style/vale.ini ~/.wezterm.lua: wezterm/wezterm.lua ~/.wget: url/wget ~/.zsh.d: zsh/zsh.d diff --git a/.vale/Vocab/Base/accept.txt b/.vale/Vocab/Base/accept.txt deleted file mode 100644 index c67e555..0000000 --- a/.vale/Vocab/Base/accept.txt +++ /dev/null @@ -1,20 +0,0 @@ -Astro -Autostadt -Ganache -[Bb]lockchain -[Bb]undler -[Dd]otbot -[Dd]otfiles -[Ee]thereum -[Hh]ammerspoon -[Ii]mmer -[Nn]eovim -[Pp]andoc -[Pp]react -[Rr]aycast -[Ss]erverless -[Tt]mux -[Tt]oolchain -[Vv]ite -[Vv]ue -[Zz]sh diff --git a/.vale/Vocab/Base/reject.txt b/.vale/Vocab/Base/reject.txt deleted file mode 100644 index e69de29..0000000 diff --git a/Brewfile b/Brewfile index 0a33939..4aca013 100644 --- a/Brewfile +++ b/Brewfile @@ -401,8 +401,6 @@ brew "ttyd", args: ["HEAD"] brew "unar" # URL extractor/launcher brew "urlview" -# Syntax-aware linter for prose -brew "vale" # Image processing library brew "vips" # Watch files and take action when they change diff --git a/style/vale.ini b/style/vale.ini deleted file mode 100644 index 802b792..0000000 --- a/style/vale.ini +++ /dev/null @@ -1,17 +0,0 @@ -StylesPath = .vale - -MinAlertLevel = suggestion -Vocab = Base - -Packages = proselint, write-good - -[*.{md,mdx,txt}] -BasedOnStyles = Vale, proselint, write-good - -# Turn off rules -Vale.Terms = NO -Vale.Spelling = NO -write-good.E-Prime = NO - -[formats] -njk = html