Skip to content

Commit

Permalink
fix linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
ninedraft committed Jun 27, 2023
1 parent b875ac4 commit f7d4900
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ run:
issues-exit-code: 1 # exit code when issue was found
build-tags: [] # list of build tags
tests: true # include tests
skip-dirs: [] # dirs to skip
skip-dirs: # dirs to skip
- vend
skip-dirs-use-default: true # skip vendor, third_party, test_data
modules-download-mode: readonly # readonly|release|vendor

Expand Down

0 comments on commit f7d4900

Please sign in to comment.