From 98b5b2f3faa243fa8938a76a131593c03e2f1bcc Mon Sep 17 00:00:00 2001 From: Joseph Kato Date: Fri, 3 Jan 2020 11:35:25 -0800 Subject: [PATCH] Drop `go get` --- .travis.yml | 3 ++- fixtures/punctuation/.vale.ini | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a25c1ab..b978ab5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ python: - "3.6" install: # Install the latest release of Vale: - - go get github.com/errata-ai/vale + - curl -sL https://install.goreleaser.com/github.com/ValeLint/vale.sh | bash + - export PATH=./bin:"$PATH" - bundle install --jobs=3 diff --git a/fixtures/punctuation/.vale.ini b/fixtures/punctuation/.vale.ini index 141a4c6..2d0dbdb 100644 --- a/fixtures/punctuation/.vale.ini +++ b/fixtures/punctuation/.vale.ini @@ -3,4 +3,4 @@ StylesPath = ../../ MinAlertLevel = suggestion [*.md] -proselint.Hyperbole = YES +BasedOnStyles = proselint