We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d4ed0 commit 1e513a0Copy full SHA for 1e513a0
.github/workflows/test.yml
@@ -143,7 +143,7 @@ jobs:
143
run: staticcheck -checks inherit,-U1000,-SA5002,-SA1019 ./...
144
- name: 'Check: gosec'
145
if: always()
146
- run: gosec -fmt=golint -quiet -exclude=G103,G304,G404 ./...
+ run: gosec -fmt=golint -quiet -exclude=G103,G115,G304,G404 ./...
147
# The following checks are not dependent on the OS or go build tags. Only
148
# run them on ubuntu-latest since it's the fastest one.
149
- name: 'Check: no executable was committed (ubuntu)'
0 commit comments