We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96e4c9 commit da6e8e4Copy full SHA for da6e8e4
1 file changed
.github/workflows/test.yml
@@ -66,7 +66,7 @@ jobs:
66
uses: golangci/golangci-lint-action@v6
67
with:
68
version: v1.60.1
69
- args: --disable-all -v -E govet -E misspell -E gofmt -E ineffassign -E golint
+ args: --disable-all -v -E govet -E misspell -E gofmt -E ineffassign -E revive
70
apidiff:
71
runs-on: ubuntu-latest
72
if: github.base_ref
0 commit comments