Browse Source

chore: add .codeclimate.yml

Don't be too harsh on PRs.
Breaking these rules gonna make PR marked as failure.
github-label
Amio 6 years ago
committed by Amio /
parent
commit
132d61bb03
  1. 11
      .codeclimate.yml

11
.codeclimate.yml

@ -0,0 +1,11 @@
version: "2"
checks:
method-complexity:
config:
threshold: 8
method-lines:
config:
threshold: 100
file-lines:
config:
threshold: 500
Loading…
Cancel
Save