Skip to content

Commit

Permalink
fix detekt rule
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentlauvlwj committed Dec 27, 2022
1 parent 98825ec commit 25691eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ formatting:
indentSize: 4
continuationIndentSize: 4
MaximumLineLength:
active: true
active: false
maxLineLength: 120
ModifierOrdering:
active: true
Expand Down Expand Up @@ -425,6 +425,7 @@ style:
excludePackageStatements: true
excludeImportStatements: true
excludeCommentStatements: false
excludeRawStrings: true
MayBeConst:
active: true
ModifierOrder:
Expand Down

0 comments on commit 25691eb

Please sign in to comment.