Skip to content

Commit

Permalink
Update detekt-config.yml
Browse files Browse the repository at this point in the history
increase max-issues to 50 as not required right
  • Loading branch information
ChromasIV authored Sep 15, 2022
1 parent 8e3288b commit a6812d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/detekt/detekt-config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build:
maxIssues: 10
maxIssues: 100
excludeCorrectable: false
weights:
# complexity: 2
Expand Down Expand Up @@ -805,4 +805,4 @@ style:
active: true
excludes: ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/jsTest/**', '**/iosTest/**']
excludeImports:
- 'java.util.*'
- 'java.util.*'

0 comments on commit a6812d3

Please sign in to comment.