Skip to content

Commit

Permalink
Remove unused constant (#5421)
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Oct 16, 2022
1 parent 384b58a commit 50027d2
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -100,7 +100,6 @@ open class DetektExtension @Inject constructor(objects: ObjectFactory) : CodeQua
const val DEFAULT_AUTO_CORRECT_VALUE = false
const val DEFAULT_DISABLE_RULESETS_VALUE = false
const val DEFAULT_REPORT_ENABLED_VALUE = true
const val DEFAULT_FAIL_FAST_VALUE = false
const val DEFAULT_ALL_RULES_VALUE = false
const val DEFAULT_BUILD_UPON_DEFAULT_CONFIG_VALUE = false
}
Expand Down

0 comments on commit 50027d2

Please sign in to comment.