diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-03-24 16:31:17 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-03-24 16:31:50 +0100 |
| commit | cd4e5a23852ca5f9af7f66f1daa9dfbf7d8e7376 (patch) | |
| tree | 8e3966ba79d64cd77e4c9307bc76ceafd21450a7 /Makefile | |
| parent | 0b96de92342481f977fb3f1fba7a84324981af2a (diff) | |
Lint: use staticcheck instead of stylecheck
See: https://github.com/golangci/golangci-lint/releases/tag/v2.0.0
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ fmt: gofumpt -w . lint: - golangci-lint run -E stylecheck,revive,gocritic ./... + golangci-lint run -E staticcheck,revive,gocritic ./... update: GOPROXY=direct go get -u ./... |
