Skip to content

Commit d81b284

Browse files
committed
really disable checkstyle
commit @27db266 had almost opposite the intended effect ... oops!
1 parent 79c8b41 commit d81b284

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ci/build.sh

+2-4
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,9 @@ elif [ "$RDBMS" == "informix" ]; then
7676
goal="-Pdb=informix"
7777
fi
7878

79-
# Only run checkstyle in the H2 build,
80-
# so that CI jobs give a more complete report
81-
# and developers can fix code style and non-H2 DB tests in parallel.
79+
# Disable checkstyle
8280
#if [ -n "$goal" ]; then
83-
# goal="$goal -x checkstyleMain -DPOPULATE_REMOTE=true"
81+
goal="$goal -x checkstyleMain -DPOPULATE_REMOTE=true"
8482
#fi
8583

8684
function logAndExec() {

0 commit comments

Comments
 (0)