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

Add report support for KotlinCompile tasks #34

Merged
merged 2 commits into from
Dec 29, 2020
Merged

Conversation

3flex
Copy link
Member

@3flex 3flex commented Dec 29, 2020

This is modelled a little differently to the existing detekt plugin, but the resulting DSL is very similar. The main difference for users is that it's using Gradle's lazy configuration support as well as using Gradle's NamedDomainObjectContainer to model the list of reports so the configuration syntax is slightly different.

See detekt/detekt#1931 for more details on lazy configuration. detekt-compiler-plugin should use lazy configuration throughout for consistency - future PRs will migrate existing options on the extension to that API.

README.md Show resolved Hide resolved
@schalkms schalkms merged commit 3358fa6 into detekt:master Dec 29, 2020
@3flex 3flex deleted the reports branch December 30, 2020 04:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants