.codeclimate.yml in instana-0.14.0 vs .codeclimate.yml in instana-0.14.2

- old
+ new

@@ -10,9 +10,12 @@ - php fixme: enabled: true rubocop: enabled: true + checks: + Rubocop/Metrics/CyclomaticComplexity: + enabled: false ratings: paths: - "**.inc" - "**.js" - "**.jsx"