Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Note not to configure limits or failFast for Detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Jan 31, 2018
1 parent 21430dc commit a38c70b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/supported-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,9 @@ detekt {
}
```

You need to provide **at a minimum** the `config` and `output` values.
You need to provide **at a minimum** the `config` and `output` values. It's important that you do _not_ specify a `warningThreshold` nor a `failThreshold`
in the Detekt configuration file as it will interfere with the functioning of the Static Analysis plugin's threshold counting. For the same reason, make
sure that `failFast` is set to `false` in the Detekt configuration.

For more informations about Detekt rules, refer to the [official website](https://github.com/arturbosch/detekt/tree/master/detekt-generator/documentation).

Expand Down

0 comments on commit a38c70b

Please sign in to comment.