Remove golint from drone
continuous-integration/drone/pr Build is running Details

This commit is contained in:
Sarah Jamie Lewis 2022-11-30 09:06:20 -08:00
parent 482cb54263
commit 3a15d75011
1 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,7 @@ steps:
- name: deps - name: deps
path: /go path: /go
commands: commands:
- go install honnef.co/go/tools/cmd/staticcheck@latest
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/tor - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/tor
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/torrc - wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/torrc
- chmod a+x tor - chmod a+x tor
@ -30,8 +31,7 @@ steps:
- name: deps - name: deps
path: /go path: /go
commands: commands:
- go list ./... | xargs go vet - staticcheck ./...
- go list ./... | xargs golint
#Todo: fix all the lint errors and add `-set_exit_status` above to enforce linting #Todo: fix all the lint errors and add `-set_exit_status` above to enforce linting
- name: build-linux - name: build-linux