Skip to content

Commit

Permalink
Ignore go mod libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
KerryKovacevic committed Jan 9, 2024
1 parent 92c07dc commit 7eb274f
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 @@ -4,6 +4,10 @@ run:
tests: true
skip-dirs-use-default: true
modules-download-mode: readonly
skip-dirs:
- go/pkg # remove third party mod lib from scanning
- go/src # remove third party mod lib from scanning
- hostedtoolcache # remove the mod caches from scanning

issues:
max-issues-per-linter: 0
Expand Down

0 comments on commit 7eb274f

Please sign in to comment.