We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba86215 commit 46f1127Copy full SHA for 46f1127
script/lint.sh
@@ -33,7 +33,7 @@ for dir in $MOD_DIRS; do
33
cd "$dir"
34
# github actions output when running in an action
35
if [ -n "$GITHUB_ACTIONS" ]; then
36
- "$BIN"/golangci-lint run --path-prefix "$dir" --out-format github-actions
+ "$BIN"/golangci-lint run --path-prefix "$dir" --out-format colored-line-number
37
else
38
"$BIN"/golangci-lint run --path-prefix "$dir"
39
fi
0 commit comments