Skip to content
Closed
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
6 changes: 4 additions & 2 deletions .vale.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
MinAlertLevel = suggestion
StylesPath = .github/styles

Packages = https://github.com/Open-Paws/vale-no-animal-violence/releases/latest/download/NoAnimalViolence.zip

[*.md]
BasedOnStyles = proselint, inclusive-language, Microsoft
BasedOnStyles = proselint, inclusive-language, Microsoft, NoAnimalViolence

# Initially, we only want to run a few rules, so we'll specify them individually
# Initially, we only want to run a few rules, so we will specify them individually
Microsoft.Accessibility = NO
Microsoft.Acronyms = NO
Microsoft.ComplexWords = NO
Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ nav_order: 6

## main

* Add no-animal-violence Vale style for inclusive language checking. ([@stuckvgn](https://github.com/stuckvgn))

## 4.5.0

* Fix initialization ordering issue causing missing asset errors in Sprockets.
Expand Down
Loading