Skip to content

Commit

Permalink
Replace deprecated golangcilint config
Browse files Browse the repository at this point in the history
  • Loading branch information
timebertt committed Apr 2, 2024
1 parent 131999c commit afb42f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ run:
concurrency: 4
deadline: 10m

skip-files:
- "zz_generated\\..*\\.go$"

linters:
enable:
- exportloopref
Expand Down Expand Up @@ -62,6 +59,9 @@ linters-settings:
- name: unreachable-code

issues:
exclude-files:
- "zz_generated\\..*\\.go$"

exclude-rules:
- linters:
- stylecheck
Expand Down

0 comments on commit afb42f3

Please sign in to comment.