Skip to content

Commit

Permalink
golangci: Enable all supported linters
Browse files Browse the repository at this point in the history
Enable all of the linters supported by golangci.

Signed-off-by: Christopher Obbard <[email protected]>
  • Loading branch information
obbardc committed Oct 30, 2024
1 parent d48ef4c commit dde119c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
linters:
enable:
- errorlint
- gofmt
- stylecheck
- whitespace
enable-all: true

0 comments on commit dde119c

Please sign in to comment.