ci: improved detekt configuration and ci (#9380)

* ci: improved detekt configuration

it still needs some work but it's getting there

* detekt: separated errors from warnings

Detekt doesn't currently have a mechanism for failing only on specific issues

workaround suggested by the maintainer of Detekt

* rebased on master

* fix: resolve ExplicitItLambdaParameter

* fix: fix last star import
This commit is contained in:
alexban011
2023-05-14 21:55:36 +03:00
committed by GitHub
parent ae13f32f72
commit 841a1aa564
9 changed files with 798 additions and 23 deletions

View File

@ -1,6 +1,6 @@
import com.unciv.build.BuildConfig
import java.util.*
import com.unciv.build.AndroidImagePacker
import java.util.Properties
plugins {
id("com.android.application")