From f0ac9f97e2551aef14cd023de95da3281f12a5ee Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 27 Apr 2023 14:42:11 +0530 Subject: feat(build): remove Detekt This no longer adds value for me and instead results in unnecessary bikeshedding. --- scripts/pre-push-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/pre-push-hook.sh b/scripts/pre-push-hook.sh index 8917df92..dea8cedb 100644 --- a/scripts/pre-push-hook.sh +++ b/scripts/pre-push-hook.sh @@ -13,6 +13,6 @@ while read -r local_ref local_oid remote_ref remote_oid; do _=$remote_ref _=$remote_oid if [ "${local_oid}" != "${ZERO}" ]; then - "${GRADLE_EXEC}" metalavaCheckCompatibilityRelease detekt ktfmtCheck test -PslimTests + "${GRADLE_EXEC}" metalavaCheckCompatibilityRelease lint ktfmtCheck test -PslimTests fi done -- cgit v1.2.3