1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Simplified snippet example. Added caching of loaded snippet.

This commit is contained in:
Cameron
2020-12-23 08:04:20 -08:00
parent 5009b35163
commit ffea1449f9
4 changed files with 61 additions and 29 deletions

View File

@@ -3,10 +3,32 @@ version: "2"
checks:
file-lines:
enabled: false
method-complexity:
enabled: true
argument-count:
config:
threshold: 4
complex-logic:
config:
threshold: 4
file-lines:
config:
threshold: 250
method-complexity:
config:
threshold: 250
method-count:
config:
threshold: 250
method-lines:
config:
threshold: 500
nested-control-flow:
config:
threshold: 4
return-statements:
config:
threshold: 4
similar-code:
enabled: false
plugins:
csslint:
enabled: false