Adding Detekt in the project (#216)

* Removing ktlint

* Removing compose lint

* Adding initial Detekt config

* Setting up detekt config

* Adding detekt baseline

* Fixing workflows

* Moving to a module based solution

* Adding new line

* Adding new line

* Updating baseline

* Addressing PR suggestions

* Regenerating baseline.xml

* Cleanup

---------

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
(cherry picked from commit cc09230e266c3cd7ed748affe92922d775523695)

# Conflicts:
#	.github/workflows/build_pull_request.yml
#	.github/workflows/build_push.yml
This commit is contained in:
Theodoro Loureiro mota
2024-01-28 18:29:55 -03:00
committed by Jobobby04
parent 1ca599a550
commit 2c75649a3c
11 changed files with 1401 additions and 31 deletions
-1
View File
@@ -27,7 +27,6 @@ dependencies {
api(projects.i18n)
implementation(compose.glance)
lintChecks(compose.lintchecks)
implementation(kotlinx.immutables)