Skip to content

Commit

Permalink
Add Microsoft and Vale styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillard committed Feb 27, 2023
1 parent adac9bb commit 061fc6e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.pyc
.idea/
*.code-workspace

# Unit test / coverage reports
.tox
Expand All @@ -14,3 +15,7 @@ build/

# Sphinx documentation
docs/_build/

# vale packages
docs/_vale/Microsoft/
docs/_vale/write-good/
7 changes: 5 additions & 2 deletions .vale.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
StylesPath = ./docs/_vale
MinAlertLevel = suggestion

Packages = write-good
# SphinxBuildPath = docs/_build
# SphinxAutoBuild = make html

Packages = write-good, Microsoft

[*.rst]
BasedOnStyles = custom, write-good
BasedOnStyles = Vale, custom

Vale.Redundancy = YES
Vale.Repetition = YES
Expand Down

0 comments on commit 061fc6e

Please sign in to comment.