We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1a609 commit abe7e9eCopy full SHA for abe7e9e
1 file changed
checker/bin-devel/test-misc.sh
@@ -23,7 +23,7 @@ if [ "${JAVA_VER}" != "8" ] && [ "${JAVA_VER}" != "11" ]; then
23
# echo "Starting: ./gradlew spotlessGroovy"
24
# ./gradlew spotlessGroovy > /dev/null 2>&1 || (echo "spotlessGroovy failed" && sleep 60 && true)
25
# echo "Finished: ./gradlew spotlessGroovy"
26
- ./gradlew spotlessCheck --warning-mode=all
+ ./gradlew spotlessCheck --warning-mode=all -x spotlessGroovy
27
fi
28
if grep -n -r --exclude-dir=build --exclude-dir=examples --exclude-dir=jtreg --exclude-dir=tests --exclude="*.astub" --exclude="*.tex" '^\(import static \|import .*\*;$\)'; then
29
echo "Don't use static import or wildcard import"
0 commit comments