1
0
mirror of https://github.com/badgen/badgen.net.git synced 2025-04-19 05:42:17 +03:00

chore: add .codeclimate.yml

Don't be too harsh on PRs.
Breaking these rules gonna make PR marked as failure.
This commit is contained in:
Amio 2018-08-13 16:30:32 +08:00 committed by Amio /
parent a35f09a938
commit 132d61bb03

11
.codeclimate.yml Normal file
View File

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