UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f2e67729 authored by Ryan Daily's avatar Ryan Daily
Browse files

Merge branch 'chore-fix-lint-script' into 'main'

Adds path to golangci-lint install in lint script

See merge request big-bang/product/packages/bbctl!238
parents 2541b0ef 9634a153
No related branches found
No related tags found
3 merge requests!479Draft: Fix docs bump script,!477Draft: Test changelog pipeline,!476Draft: Test bbctl master
......@@ -16,6 +16,6 @@ echo "linting in $PACKAGE_DIR..."
mv .git .git-hidden
trap 'mv .git-hidden .git' EXIT
golangci-lint run ./... --timeout=20m
GOGC=30 bin/golangci-lint run ./... --timeout=30m
echo "No linting errors detected"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment