Skip to content

Commit

Permalink
gh-action: suppress maxlinelength in sa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainmohd-a authored Apr 10, 2024
1 parent 2e033d2 commit e40ae41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/detekt-config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
style:
MaxLineLength:
active: true
maxLineLength: 1200
maxLineLength: 1400
excludePackageStatements: true
excludeImportStatements: true
excludeCommentStatements: false
Expand Down

0 comments on commit e40ae41

Please sign in to comment.