scripts/pre-push: add detekt
This commit is contained in:
parent
af362dd6e3
commit
831304a7bc
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ GRADLE_EXEC="${GRADLE_EXEC:-./gradlew}"
|
|||
|
||||
while read local_ref local_oid remote_ref remote_oid; do
|
||||
if [ "${local_oid}" != "${ZERO}" ]; then
|
||||
"${GRADLE_EXEC}" spotlessCheck apiCheck test -PslimTests
|
||||
"${GRADLE_EXEC}" apiCheck detekt spotlessCheck test -PslimTests
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue