Skip to content

Commit

Permalink
Also disable staticcheck, no idea why this is breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
ValarDragon committed Nov 19, 2021
1 parent 3e25653 commit d04ab1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ linters:
- prealloc
- revive
- exportloopref
- staticcheck
# - staticcheck
- structcheck
- stylecheck
- typecheck
Expand Down

0 comments on commit d04ab1c

Please sign in to comment.