Skip to content

Commit

Permalink
Address deprecation warning for the linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Dec 3, 2024
1 parent a57ff15 commit dc7df5e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
---
run:
timeout: 5m
skip-dirs:
- state/runtime/fakevm
- state/runtime/instrumentation
- test
- ci
- mocks


linters:
enable:
- whitespace # Tool for detection of leading and trailing whitespace
Expand Down Expand Up @@ -50,6 +44,12 @@ issues:
linters:
- gosec
- lll
exclude-dirs:
- state/runtime/fakevm
- state/runtime/instrumentation
- test
- ci
- mocks
include:
- EXC0012 # EXC0012 revive: Annoying issue about not having a comment. The rare codebase has such comments
- EXC0014 # EXC0014 revive: Annoying issue about not having a comment. The rare codebase has such comments

0 comments on commit dc7df5e

Please sign in to comment.