Skip to content

Commit

Permalink
Keep Test files excluded from dot import check
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminguttmann-avtq committed Oct 25, 2023
1 parent 53c84bf commit ac31843
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ run:
output:
format: line-number

linters-settings:
revive:
rules:
- name: dot-imports
exclude: ["**/*_test.go"]

linters:
disable-all: false
enable:
Expand Down

0 comments on commit ac31843

Please sign in to comment.