Skip to content

Commit

Permalink
ci: enable all linters
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackarySantana committed Dec 19, 2024
1 parent 46b432f commit 7c30acb
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
---
linters:
disable-all: true
enable:
- asciicheck
- errcheck
- ineffassign
- goimports
- gosimple
- govet
- misspell
- unconvert
- unused
enable-all: true

0 comments on commit 7c30acb

Please sign in to comment.