feat(build): remove Detekt

This no longer adds value for me and instead results in unnecessary
bikeshedding.
This commit is contained in:
Harsh Shandilya 2023-04-27 14:42:11 +05:30
parent 2b2c0860f8
commit f0ac9f97e2
No known key found for this signature in database
15 changed files with 4 additions and 923 deletions

View file

@ -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