We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go get
1 parent ea64c1a commit 98b5b2fCopy full SHA for 98b5b2f
.travis.yml
@@ -4,7 +4,8 @@ python:
4
- "3.6"
5
install:
6
# Install the latest release of Vale:
7
- - go get github.com/errata-ai/vale
+ - curl -sL https://install.goreleaser.com/github.com/ValeLint/vale.sh | bash
8
+ - export PATH=./bin:"$PATH"
9
10
- bundle install --jobs=3
11
fixtures/punctuation/.vale.ini
@@ -3,4 +3,4 @@ StylesPath = ../../
3
MinAlertLevel = suggestion
[*.md]
-proselint.Hyperbole = YES
+BasedOnStyles = proselint
0 commit comments