.codeclimate.yml in instana-1.1.0 vs .codeclimate.yml in instana-1.2.0

- old
+ new

@@ -13,9 +13,11 @@ rubocop: enabled: true checks: Rubocop/Metrics/CyclomaticComplexity: enabled: false + Rubocop/Lint/RescueException: + enabled: false ratings: paths: - "**.inc" - "**.js" - "**.jsx"