Contributing: ktLintFormat -> detekt (#1102)

* Contributing: ktLintFormat -> detekt

update Contributing info to use detekt instead of ktLintFormat

* Update CONTRIBUTING.md

---------

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
(cherry picked from commit 14ae57d78b31f0bb3b58d19c1d8cfcebcc8e2253)
This commit is contained in:
Catting 2024-08-10 16:58:02 -05:00 committed by Jobobby04
parent 9fa61d33be
commit d1a90c0bb7

View File

@ -26,7 +26,7 @@ Before you start, please note that the ability to use following technologies is
## Linting ## Linting
To auto-fix some linting errors, run the `ktlintFormat` Gradle task. Run the `detekt` gradle task. If the build fails, a report of issues can be found in `app/build/reports/detekt/`. The report is availble in several formats and details each issue that needs attention.
## Getting help ## Getting help