Skip to content

Commit

Permalink
[golangci] Fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminguttmann-avtq committed Oct 11, 2024
1 parent 4a09be8 commit fd0eacf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
run:
timeout: 30m
output:
format: line-number
formats:
- format: line-number
linters:
disable-all: false
enable:
- bodyclose
- copyloopvar
- dogsled
- errcheck
- exportloopref
- gocognit
- goconst
- gocritic
Expand Down

0 comments on commit fd0eacf

Please sign in to comment.