diff options
author | Dan Laine <[email protected]> | 2020-12-17 15:14:20 -0500 |
---|---|---|
committer | Dan Laine <[email protected]> | 2020-12-17 15:14:20 -0500 |
commit | 7a3492c26c2605840d57fb5efdd5761f44deaaff (patch) | |
tree | 8e6e94e98e01e5beff25bb4fe573785ba4b1ee50 /.ci/lint.sh | |
parent | 37f247ff4301958a42c15c6aeff68233907388de (diff) | |
parent | 4bfc175770fa006387ca1ffd2360fc0665dfcbf3 (diff) |
Merge branch 'dev' of github.com:ava-labs/coreth into dev
Diffstat (limited to '.ci/lint.sh')
-rwxr-xr-x | .ci/lint.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.ci/lint.sh b/.ci/lint.sh index cde7292..e5363a8 100755 --- a/.ci/lint.sh +++ b/.ci/lint.sh @@ -1,12 +1,8 @@ # binary will be $(go env GOPATH)/bin/golangci-lint curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.30.0 -# or install it into ./bin/ -curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.30.0 -# In alpine linux (as it does not come with curl by default) -wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.30.0 export PATH=$PATH:$(go env GOPATH)/bin golangci-lint --version -golangci-lint run --max-same-issues 0
\ No newline at end of file +golangci-lint run --max-same-issues 0 |