Skip to content

Commit

Permalink
Contributing: ktLintFormat -> detekt (mihonapp/mihon#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 <59261191+AntsyLich@users.noreply.github.com>
(cherry picked from commit 14ae57d)
  • Loading branch information
mm12 authored and cuong-tran committed Aug 11, 2024
1 parent 84e7e4f commit 1dcac50
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 1dcac50

Please sign in to comment.