make vale chill out a bit.
This commit is contained in:
parent
28f10fb9ee
commit
cba6fc2928
@ -9,6 +9,7 @@ alias ls='n -de'
|
|||||||
alias gdemacs="sudo rm -r /home/zpb/.config/emacs/eln-cache && emacs"
|
alias gdemacs="sudo rm -r /home/zpb/.config/emacs/eln-cache && emacs"
|
||||||
alias gdemacsclient="sudo rm -r /home/zpb/.config/emacs/eln-cache && emacsclient --alternate-editor="" --create-frame"
|
alias gdemacsclient="sudo rm -r /home/zpb/.config/emacs/eln-cache && emacsclient --alternate-editor="" --create-frame"
|
||||||
alias emcli="emacsclient --alternate-editor="" --create-frame"
|
alias emcli="emacsclient --alternate-editor="" --create-frame"
|
||||||
|
alias fixemacs="sudo rm -r /home/zpb/.config/emacs/eln-cache"
|
||||||
|
|
||||||
alias pbcopy='xclip -selection clipboard'
|
alias pbcopy='xclip -selection clipboard'
|
||||||
alias pbpaste='xclip -selection clipboard -o'
|
alias pbpaste='xclip -selection clipboard -o'
|
||||||
|
@ -1,8 +1,25 @@
|
|||||||
# This goes in a file named either `.vale.ini` or `_vale.ini`.
|
# This goes in a file named either `.vale.ini` or `_vale.ini`.
|
||||||
StylesPath = .config/vale/styles
|
StylesPath = .config/vale/styles
|
||||||
MinAlertLevel = warning # suggestion, warning or error
|
MinAlertLevel = suggestion # suggestion, warning or error
|
||||||
|
|
||||||
# Only Markdown and .txt files; change to whatever you're using.
|
# Only Markdown and .txt files; change to whatever you're using.
|
||||||
[*]
|
[*]
|
||||||
# List of styles to load.
|
# List of styles to load.
|
||||||
BasedOnStyles = Microsoft, write-good # Microsoft, proselint, write-good
|
BasedOnStyles = write-good, proselint
|
||||||
|
|
||||||
|
# From tecosaur
|
||||||
|
Vale.Annotations = suggestion
|
||||||
|
Vale.ComplexWords = NO
|
||||||
|
Vale.Editorializing = warning
|
||||||
|
Vale.GenderBias = suggestion
|
||||||
|
Vale.Hedging = NO
|
||||||
|
Vale.Litotes = suggestion
|
||||||
|
Vale.PassiveVoice = NO
|
||||||
|
Vale.Redundancy = error
|
||||||
|
Vale.Repetition = error
|
||||||
|
Vale.Uncomparables = error
|
||||||
|
Vale.Wordiness = warning
|
||||||
|
|
||||||
|
proselint.Annotations = NO
|
||||||
|
write-good.E-Prime = NO
|
||||||
|
write-good.Passive = NO
|
||||||
|
Loading…
Reference in New Issue
Block a user