From: Costa Tsaousis (ktsaou) Date: Sun, 5 Feb 2017 21:53:36 +0000 (+0200) Subject: properly disable no-undef-init checks on clodeclimate - they improve code clarity X-Git-Tag: ab-debian_0.20170213.01-0ab1~1^2~25^2 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7582e5c3cee8cb086d7cd486994a7fba66afdac6;hp=e29fcb4222f5b6c1785c0e4efcc94e6126b16f83;p=netdata.git properly disable no-undef-init checks on clodeclimate - they improve code clarity --- diff --git a/.codeclimate.yml b/.codeclimate.yml index 62481bce..02b45264 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: