Skip to content

Commit

Permalink
fix(ci): renamed deprecated golangci property (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Apr 13, 2024
1 parent 9bf3dae commit c77a542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

run:
timeout: 5m
skip-dirs:
- internal/mocks

issues:
max-issues-per-linter: 0
max-same-issues: 0
exclude-dirs:
- internal/mocks

linters-settings:
gofmt:
Expand Down

0 comments on commit c77a542

Please sign in to comment.