chore: add .codeclimate.yml

Don't be too harsh on PRs.
Breaking these rules gonna make PR marked as failure.
pull/109/head
Amio 2018-08-13 16:30:32 +08:00 zatwierdzone przez Amio /
rodzic a35f09a938
commit 132d61bb03
1 zmienionych plików z 11 dodań i 0 usunięć

11
.codeclimate.yml 100644
Wyświetl plik

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