Skip to content

Commit

Permalink
Disable dot-imports in revive linter
Browse files Browse the repository at this point in the history
Signed-off-by: Cosmin Cojocar <[email protected]>
  • Loading branch information
ccojocar committed Oct 23, 2023
1 parent 4656817 commit 55d7949
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ linters-settings:
- standard
- default
- prefix(github.com/securego)
revive:
rules:
- name: dot-imports
disabled: true

run:
timeout: 5m

0 comments on commit 55d7949

Please sign in to comment.