Skip to content

Commit

Permalink
Fixed codeclimate's similarity threshold configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
txau committed Jun 22, 2020
1 parent 842ca3e commit ed0880b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ checks:
config:
threshold: 4
similar-code:
enabled: true
threshold: 90
config:
threshold: 90
plugins:
eslint:
enabled: true
Expand Down

0 comments on commit ed0880b

Please sign in to comment.