1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Increase method-lines config in .codeclimate.yml

This commit is contained in:
Akshay 2021-07-08 22:54:36 +02:00
parent ea3d2ef00b
commit cd692d1d60

View File

@ -3,3 +3,6 @@ checks:
method-complexity: method-complexity:
config: config:
threshold: 7 threshold: 7
method-lines:
config:
threshold: 100