Skip to content

Commit

Permalink
Disabled Detekt rule "UnderscoresInNumericLiterals".
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanOltmann committed Jan 29, 2024
1 parent 4b692dd commit 5acb6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ style:
- 'trimIndent'
- 'trimMargin'
UnderscoresInNumericLiterals:
active: true
active: false
acceptableLength: 4
allowNonStandardGrouping: false
UnnecessaryAbstractClass:
Expand Down

0 comments on commit 5acb6ef

Please sign in to comment.