Skip to content

Commit

Permalink
exclude google test lib from golangci
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Jan 9, 2025
1 parent e0bdbe3 commit dac11c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ linters:
- gofmt
# - gofumpt
- staticcheck

issues:
exclude-dirs:
- gcsfs/internal/stiface

0 comments on commit dac11c4

Please sign in to comment.