Skip to content

Commit b8c9328

Browse files
committed
Disable MaxLineLength rule in detekt
There are too many cases where manual formatting is more readable with long lines.
1 parent 070f4bb commit b8c9328

File tree

2 files changed

+4
-239
lines changed

2 files changed

+4
-239
lines changed

detekt.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ exceptions:
1010
- NumberFormatException
1111
- ParseException
1212
- MissingPropertyException
13+
14+
style:
15+
MaxLineLength:
16+
active: false

0 commit comments

Comments
 (0)