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 e01bb2c commit bb6e117Copy full SHA for bb6e117
.execs/validate.flow
@@ -50,7 +50,7 @@ executables:
50
51
if [ "$CI" = "true" ]; then
52
echo "Running golangci-lint with sarif output..."
53
- golangci-lint run ./... --fix --output.sarif.path lint.sarif
+ golangci-lint run ./... --fix --output.sarif.path lint.sarif --output.text.path stdout
54
else
55
golangci-lint run ./... --fix
56
fi
0 commit comments