Skip to content

Commit

Permalink
Exclude .vale.ini from .gitignore
Browse files Browse the repository at this point in the history
- Without this, vale won't correctly detect where the styles are.
  • Loading branch information
issyl0 committed Dec 17, 2019
1 parent 2a53448 commit de622a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
!/.editorconfig
!/.gitignore
!/.yardopts
!/.vale.ini
!/CHANGELOG.md
!/CONTRIBUTING.md
!/Dockerfile
Expand Down
4 changes: 4 additions & 0 deletions .vale.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
StylesPath = ./docs/vale-styles

[*.md]
BasedOnStyles = Homebrew

0 comments on commit de622a2

Please sign in to comment.