Skip to content

Commit d362715

Browse files
committed
staticcheck: run main, remove staticcheck.conf
Pick up dominikh/go-tools@8273271 and drop the config to override enabled checks. Adding the config was needed to make staticcheck pass after stringer made a change violating SA4003. Generated files are now ignored for this check. Signed-off-by: Timo Beckers <[email protected]>
1 parent 4439582 commit d362715

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run staticcheck
3737
uses: dominikh/staticcheck-action@v1
3838
with:
39-
version: "latest"
39+
version: "master"
4040
install-go: false
4141

4242
- name: Run golangci-lint

staticcheck.conf

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)