Upgrade detekt config format

This commit is contained in:
tzugen 2023-06-01 10:35:22 +02:00
parent 376e1b97b4
commit 55b2acf2bb
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930

View File

@ -52,7 +52,11 @@ style:
active: true
ForbiddenComment:
active: true
values: ['FIXME:', 'STOPSHIP:']
comments:
- reason: 'Forbidden FIXME todo marker in comment, please fix the problem.'
value: 'FIXME:'
- reason: 'Forbidden STOPSHIP todo marker in comment, please address the problem before shipping the code.'
value: 'STOPSHIP:'
WildcardImport:
active: true
MaxLineLength: