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 775ccfb commit 55b0109Copy full SHA for 55b0109
scripts/linting/golangci-pipeline.sh
@@ -15,7 +15,6 @@ checkInstalled golangci-lint
15
16
echo "Linting..."
17
18
-golangci-lint run --out-format=colored-line-number --no-config --disable-all -E govet
19
golangci-lint run --config .golangci.pipe.yml
20
21
echo "${SCRIPT_NAME} done."
scripts/linting/golangci-sonar.sh
@@ -15,6 +15,6 @@ checkInstalled golangci-lint
-golangci-lint run --config .golangci.yml
+golangci-lint run --config .golangci.yml >linters.out
0 commit comments