improving code quality issues reported by Codacy

This commit is contained in:
El RIDO
2018-01-06 10:57:54 +01:00
parent 3bca559826
commit 98d07e0789
8 changed files with 21 additions and 16 deletions

View File

@@ -7,7 +7,7 @@
"freeze": true,
"futurehostile": true,
"latedef": "nofunc",
"maxcomplexity": 7,
"maxcomplexity": 25,
"maxdepth": 3,
"maxparams": 3,
"maxstatements": 100,