mirror of
https://github.com/jellyfin/jellyfin-androidtv.git
synced 2025-05-17 11:26:04 +08:00
Fix Detekt max line length not matching Editorconfig
This commit is contained in:

committed by
Niels van Velzen

parent
50ad7b30b9
commit
cd1623c6f3
@ -27,3 +27,5 @@ style:
|
|||||||
values: [ 'STOPSHIP:' ]
|
values: [ 'STOPSHIP:' ]
|
||||||
ReturnCount:
|
ReturnCount:
|
||||||
max: 6
|
max: 6
|
||||||
|
MaxLineLength:
|
||||||
|
maxLineLength: 140
|
||||||
|
Reference in New Issue
Block a user