Skip to content

Commit

Permalink
Contributing: ktLintFormat -> detekt (#1102)
Browse files Browse the repository at this point in the history
* Contributing: ktLintFormat -> detekt 

update Contributing info to use detekt instead of ktLintFormat

* Update CONTRIBUTING.md

---------

Co-authored-by: AntsyLich <[email protected]>
  • Loading branch information
mm12 and AntsyLich authored Aug 10, 2024
1 parent 4828c54 commit 14ae57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Before you start, please note that the ability to use following technologies is

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

Expand Down

0 comments on commit 14ae57d

Please sign in to comment.