Skip to content

Commit

Permalink
Add deprecated properties and active rules by default
Browse files Browse the repository at this point in the history
  • Loading branch information
chao2zhang committed Oct 7, 2022
1 parent 14d3f2b commit 4c40352
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions detekt-core/src/main/resources/deprecation.properties
Expand Up @@ -10,3 +10,5 @@ style>UnnecessaryAbstractClass>excludeAnnotatedClasses=Use `ignoreAnnotated` ins
style>UseDataClass>excludeAnnotatedClasses=Use `ignoreAnnotated` instead
formatting>Indentation>continuationIndentSize=`continuationIndentSize` is ignored by KtLint and will have no effect
formatting>ParameterListWrapping>indentSize=`indentSize` is ignored by KtLint and will have no effect
formatting>TrailingComma>allowTrailingComma=Use `TrailingCommaOnDeclarationSite` instead
formatting>TrailingComma>allowTrailingCommaOnCallSite=Use `TrailingCommaOnCallSite` instead

0 comments on commit 4c40352

Please sign in to comment.