Skip to content

Commit

Permalink
fix(golangci-lint-common): enable --allow-parallel-runners
Browse files Browse the repository at this point in the history
  • Loading branch information
h-wang94 committed Nov 17, 2022
1 parent f92a4c5 commit 7753b7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hooks/golang/golangci-lint-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# We're using a large subset in addition to the defaults
lint_all() {
golangci-lint run \
--allow-parallel-runners \
--fix \
--verbose \
--out-format colored-line-number \
Expand Down

0 comments on commit 7753b7c

Please sign in to comment.