Browse Source

disable no-undef-init checks on clodeclimate - they improve code clarity

Costa Tsaousis (ktsaou) 8 years ago
parent
commit
e29fcb4222
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .codeclimate.yml

+ 2 - 0
.codeclimate.yml

@@ -15,6 +15,8 @@ engines:
         enabled: false
       Identical code:
         enabled: false
+      no-undef-init:
+        enabled: false
   eslint:
     enabled: true
     checks: