Fix codeclimate warnings

pull/2487/head
jmontoyaa 7 years ago
parent 1acf7f8f9c
commit 37b6398891
  1. 12
      .codeclimate.yml

@ -1,4 +1,4 @@
engines:
plugins:
fixme:
enabled: true
config:
@ -17,15 +17,9 @@ engines:
enabled: false
duplication:
enabled: false
ratings:
paths:
- '**.php'
- '**.js'
- '**.css'
enabled: true
exclude_paths:
exclude_patterns:
- cli-config.php
- app/cache/
- app/logs/

Loading…
Cancel
Save