Skip to content

Commit

Permalink
docs(website): Mention the "detektAll" task instead of individual ones
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Jan 17, 2025
1 parent 5ab6a92 commit 9e4b989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ npx commitlint --from=HEAD~2
It can be executed locally using the Gradle tasks for each source set:

```shell
./gradlew detektMain detektTestFixtures detektTest detektFunTest
./gradlew detektAll
```

The above tasks can be slow because they use [type resolution](https://detekt.dev/docs/gettingstarted/type-resolution/).
The above task can be slow because it uses [type resolution](https://detekt.dev/docs/gettingstarted/type-resolution/).
To run only the subset of rules that do not require type resolution, use:

```shell
Expand Down

0 comments on commit 9e4b989

Please sign in to comment.