Skip to content

Commit

Permalink
Remove references to staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
swi-jared committed Apr 19, 2024
1 parent 66386c8 commit 22652fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,3 @@ jobs:
run: go vet ./...
- name: Run tests
run: make test
- uses: dominikh/[email protected]
if: matrix.goversion == '1.20'
with:
install-go: false
cache-key: ${{ matrix.goversion }}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Run all tests with `make test`.

We enforce the following in CI:

* [`staticcheck ./...`](https://staticcheck.dev/docs/)
* [`golangci-lint run`](https://golangci-lint.run/)
* [`go vet ./...`](https://pkg.go.dev/cmd/vet)
* [`gofmt`](https://pkg.go.dev/cmd/gofmt)

Expand Down

0 comments on commit 22652fe

Please sign in to comment.