Increase lines of code per method in codeclimate

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
This commit is contained in:
Hector Sanjuan 2017-12-08 16:57:44 +01:00
parent a0025587eb
commit 763bd060a5

View File

@ -9,6 +9,9 @@ checks:
method-complexity:
config:
threshold: 8
method-lines:
config:
threshold: 60
similar-code:
enabled: false