Skip to content

Commit

Permalink
Exclude conversion from golanci linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecile Robert-Michon committed Mar 20, 2020
1 parent e2fc939 commit eac4633
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ run:
deadline: 3m
skip-dirs:
- mock*
skip-files:
- "zz_generated.*\\.go$"
- ".*conversion.*\\.go$"
linters:
enable:
- golint
Expand Down

0 comments on commit eac4633

Please sign in to comment.