Skip to content

Commit

Permalink
Merge pull request #1991 from Honny1/enable-staticcheck
Browse files Browse the repository at this point in the history
Enable `staticcheck` linter
  • Loading branch information
openshift-merge-bot[bot] committed Jul 4, 2024
2 parents 1e48361 + d571820 commit fca2c92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
run:
concurrency: 6
deadline: 5m
skip-dirs-use-default: true
timeout: 5m
linters:
enable:
- gofumpt
disable:
- errcheck
- staticcheck

0 comments on commit fca2c92

Please sign in to comment.