Skip to content

Commit e40ae41

Browse files
gh-action: suppress maxlinelength in sa.yml
1 parent 2e033d2 commit e40ae41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/detekt-config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
style:
22
MaxLineLength:
33
active: true
4-
maxLineLength: 1200
4+
maxLineLength: 1400
55
excludePackageStatements: true
66
excludeImportStatements: true
77
excludeCommentStatements: false

0 commit comments

Comments
 (0)