Skip to content

Commit

Permalink
remove deprecated golangci-lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-mwangi committed Oct 2, 2024
1 parent 0e40037 commit 14a7dbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
deadline: 5m
timeout: 5m

linters:
disable-all: true
Expand All @@ -14,9 +14,9 @@ linters:
- lll
- misspell
- nakedret
- structcheck
# Replaces structcheck and varcheck.
- unused
- unparam
- varcheck

linters-settings:
dupl:
Expand Down

0 comments on commit 14a7dbc

Please sign in to comment.