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

Add missing boolean flags to Project Extension #44

Merged
merged 1 commit into from
Jun 1, 2021

Conversation

cortinico
Copy link
Member

Making sure detekt-compiler-plugin has a feature set as close as possible to the Gradle plugin.
Therefore I'm adding allRules, parallel and disableDefaultRuleSets from the Detekt extension.

@@ -6,6 +6,8 @@ plugins {
detekt {
debug.set(true)
isEnabled.set(true)
allRules.set(true)
parallel.set(true)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want these enabled? Gradle give us the parallelism and active all the rules seems like too much

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was just for a test as it's on the example project that contains 5 lines of code.
I'm fine turning both of them off.

@cortinico cortinico merged commit ef74b29 into detekt:main Jun 1, 2021
@cortinico cortinico deleted the nc/add-missing-properties branch June 1, 2021 16:10
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.

None yet

2 participants