Skip to content

Commit

Permalink
fix deprecated config
Browse files Browse the repository at this point in the history
  • Loading branch information
pysel committed May 1, 2024
1 parent 6d452b1 commit 4d8a1e3
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,8 +2,6 @@ run:
tests: true
# # timeout for analysis, e.g. 30s, 5m, default is 1m
timeout: 10m
skip-dirs:
- third-party-chains

linters:
disable-all: true
Expand Down Expand Up @@ -43,6 +41,8 @@ issues:

max-issues-per-linter: 10000
max-same-issues: 10000
exclude-dirs:
- third-party-chains

linters-settings:
gci:
Expand Down

0 comments on commit 4d8a1e3

Please sign in to comment.