Skip to content

Commit

Permalink
Vale ignore RST roles (#511)
Browse files Browse the repository at this point in the history
* Vale ignore :meth: and :class:

An update of Vale now triggers errors on module names in :class: and :meth: roles.

* Ignore all roles
  • Loading branch information
PProfizi authored Oct 11, 2023
1 parent 2a2081c commit 7675dc6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,15 @@ BasedOnStyles = Vale, Google

# Removing Google-specific rule - Not applicable under some circumstances
Google.WordList = NO
Google.Colons = NO
Google.Colons = NO

[formats]
# Format associations appear under
# the optional "formats" section.

[*]
# Format-specific settings appear
# under a user-provided "glob"
# pattern.
TokenIgnores = (:.*:\x60.*\x60)

0 comments on commit 7675dc6

Please sign in to comment.