summaryrefslogtreecommitdiffstats
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-02-05 23:49:35 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-02-05 23:49:35 +0200
commite29fcb4222f5b6c1785c0e4efcc94e6126b16f83 (patch)
tree55fe834536028b2afc431b7d3dfa2ed25b9ff19e /.codeclimate.yml
parent9dd721207fd2200f740b7a5dfd2f73d4148a4f5e (diff)
disable no-undef-init checks on clodeclimate - they improve code clarity
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index f8a590f799..62481bce9a 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -15,6 +15,8 @@ engines:
enabled: false
Identical code:
enabled: false
+ no-undef-init:
+ enabled: false
eslint:
enabled: true
checks: