1
0
mirror of https://github.com/badgen/badgen.net.git synced 2025-04-19 05:42:17 +03:00
badgen.net/.codeclimate.yml
Amio 132d61bb03 chore: add .codeclimate.yml
Don't be too harsh on PRs.
Breaking these rules gonna make PR marked as failure.
2018-08-13 16:58:11 +08:00

12 lines
169 B
YAML

version: "2"
checks:
method-complexity:
config:
threshold: 8
method-lines:
config:
threshold: 100
file-lines:
config:
threshold: 500