Skip to content

Commit

Permalink
Fix detekt configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Apr 21, 2020
1 parent e4d58f0 commit cbe65b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ formatting:
MaximumLineLength:
active: true
maxLineLength: 120
excludes: "**/test/**, **/androidTest/**"
excludes: ["**/test/**","**/androidTest/**"]

naming:
active: true
Expand All @@ -42,4 +42,4 @@ style:
excludePackageStatements: true
excludeImportStatements: true
excludeCommentStatements: false
excludes: "**/test/**, **/androidTest/**"
excludes: ["**/test/**","**/androidTest/**"]

0 comments on commit cbe65b0

Please sign in to comment.