1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Added PHAN plugin to codeclimate

This commit is contained in:
Cameron
2021-02-12 07:22:37 -08:00
parent a57c598168
commit 7ba76210fd

View File

@@ -28,6 +28,10 @@ checks:
similar-code:
enabled: false
plugins:
phan:
enabled: true
config:
file_extensions: "php"
csslint:
enabled: false
duplication:
@@ -50,7 +54,7 @@ plugins:
fixme:
enabled: false
phpmd:
enabled: true
enabled: false
checks:
method-complexity:
enabled: false