summaryrefslogtreecommitdiffstats
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-02-05 23:53:36 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-02-05 23:53:36 +0200
commit7582e5c3cee8cb086d7cd486994a7fba66afdac6 (patch)
treea8bd7379e445fbecb7095cda77341d60692c5044 /.codeclimate.yml
parente29fcb4222f5b6c1785c0e4efcc94e6126b16f83 (diff)
properly disable no-undef-init checks on clodeclimate - they improve code clarity
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index 62481bce9a..02b4526478 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -15,8 +15,6 @@ engines:
enabled: false
Identical code:
enabled: false
- no-undef-init:
- enabled: false
eslint:
enabled: true
checks:
@@ -32,6 +30,8 @@ engines:
enabled: false
no-alert:
enabled: false
+ no-undef-init:
+ enabled: false
fixme:
enabled: false
phpmd: