Skip to content

Commit

Permalink
Tweaked identical code check threshold for code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
txau committed Jun 19, 2020
1 parent 7912916 commit b27cda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ checks:
identical-code:
enabled: true
config:
threshold: 128
threshold: 64
plugins:
eslint:
enabled: true
Expand Down

0 comments on commit b27cda6

Please sign in to comment.