Skip to content

Commit

Permalink
Fix removed linter and resolve all linter deprecations
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael da Fonseca <[email protected]>
  • Loading branch information
rsafonseca committed Feb 13, 2025
1 parent 6f581db commit 253bd9b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ linters:
- bidichk
- bodyclose
- containedctx
- copyloopvar
- decorder
- dogsled
- durationcheck
- errcheck
- errname
- exportloopref
- gci
# - gochecknoinits
- gofmt
Expand All @@ -30,20 +30,23 @@ linters:
- nosprintfhostport
# - paralleltest
- staticcheck
- tenv
- thelper
- tparallel
- typecheck
- unconvert
- unused
- usetesting
- wastedassign
- whitespace

run:
timeout: 15m
skip-files:

issues:
exclude-files:
- ".+\\.generated.go"

output:
format: colored-line-number
sort-results: true
formats:
- format: colored-line-number
sort-results: true

0 comments on commit 253bd9b

Please sign in to comment.