Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ repos:

# Vale enforces prose style rules, such as banning em dashes, in
# reStructuredText and Markdown files.
# The rules come from the ``ClearProse`` package pinned in ``.vale.ini``,
# The rules come from the ``ai-tells`` package pinned in ``.vale.ini``,
# which ``vale sync`` downloads into the (gitignored) ``styles``
# directory.
# Vale needs ``rst2html`` from Docutils on the ``PATH`` to parse
Expand Down
12 changes: 10 additions & 2 deletions .vale.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
StylesPath = styles
MinAlertLevel = error

Packages = https://github.com/adamtheturtle/vale-style-clear-prose/releases/download/v1.1.0/ClearProse.zip
Packages = https://github.com/tbhb/vale-ai-tells/releases/download/v1.29.0/ai-tells.zip

[*.{rst,md}]
BasedOnStyles = ClearProse
BasedOnStyles = ai-tells

# These rules misclassify established technical, example, or release-note prose
# in this repository. All other ai-tells rules remain enforced.
ai-tells.ColonUsage = NO
ai-tells.FigurativeLands = NO
ai-tells.FormalTransitions = NO
ai-tells.OverusedVocabularyVerbs = NO
ai-tells.VerbTricolon = NO
Loading