Skip to content

Commit 98b5b2f

Browse files
committed
Drop go get
1 parent ea64c1a commit 98b5b2f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ python:
44
- "3.6"
55
install:
66
# Install the latest release of Vale:
7-
- go get github.com/errata-ai/vale
7+
- curl -sL https://install.goreleaser.com/github.com/ValeLint/vale.sh | bash
8+
- export PATH=./bin:"$PATH"
89

910
- bundle install --jobs=3
1011

fixtures/punctuation/.vale.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ StylesPath = ../../
33
MinAlertLevel = suggestion
44

55
[*.md]
6-
proselint.Hyperbole = YES
6+
BasedOnStyles = proselint

0 commit comments

Comments
 (0)