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 a357f56 commit b85384bCopy full SHA for b85384b
.kokoro/tests/run_lint.sh
@@ -33,4 +33,4 @@ if [ -n "$GIT_DIFF" ]; then
33
)
34
fi
35
36
-btlr "${opts[@]}" run "**/pom.xml" -- mvn -P lint checkstyle:check
+btlr "${opts[@]}" run "**/pom.xml" -- mvn -P lint --quiet --batch-mode checkstyle:check
.kokoro/tests/run_static_analysis.sh
-btlr "${opts[@]}" run "**/pom.xml" -- mvn -P lint spotbugs:check pmd:cpd-check
+btlr "${opts[@]}" run "**/pom.xml" -- mvn -P lint --quiet --batch-mode spotbugs:check pmd:cpd-check
0 commit comments