Skip to content

Commit

Permalink
Clarify the reason feature in the changelog (#5107)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Jul 20, 2022
1 parent 3baa8f9 commit 8625e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/introduction/changelog 1.x.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ us release this new version of Detekt. You're more than welcome to join our comm
- `MaxChainedCallsOnSameLine` - [#4985](https://github.com/detekt/detekt/pull/4985)
- `CascadingCallWrapping` - [#4979](https://github.com/detekt/detekt/pull/4979)
- We added support for Markdown reports - [#4858](https://github.com/detekt/detekt/pull/4858)
- We now allow users and rule authors to specify a **reason** for every value in the config file - [#4611](https://github.com/detekt/detekt/pull/4611)
- We now allow users and rule authors to specify a **reason** for every value in the config file - [#4611](https://github.com/detekt/detekt/pull/4611) Please note that this feature requires a rule to be extended to support it. If you're a rule author you can start using it right away in your rule. We're looking into using this feature in some first party rule starting from Detekt `1.22.0`.
- We now report as warnings the Strings in the config file that can be converted to be an array - [#4793](https://github.com/detekt/detekt/pull/4793)
- We added a dependency on **ConTester** to help us verify concurrency scenarios for Detekt - [#4672](https://github.com/detekt/detekt/pull/4672)
- For contributors: we restructured our build setup to be use **Gradle composite build** - [#4751](https://github.com/detekt/detekt/pull/4751)
Expand Down

0 comments on commit 8625e2b

Please sign in to comment.