Fix Detekt max line length not matching Editorconfig

This commit is contained in:
Niels van Velzen 2024-10-07 22:20:56 +02:00 committed by Niels van Velzen
parent 50ad7b30b9
commit cd1623c6f3

View File

@ -27,3 +27,5 @@ style:
values: [ 'STOPSHIP:' ]
ReturnCount:
max: 6
MaxLineLength:
maxLineLength: 140