.rubocop.yml in instana-1.200.0.pre1 vs .rubocop.yml in instana-1.200.0

- old
+ new

@@ -1,14 +1,17 @@ inherit_from: .rubocop_todo.yml require: - ./extras/license_header.rb - + # Remove when we remove .rubocop_todo.yml AllCops: NewCops: disable +Metrics/PerceivedComplexity: + Max: 20 + # Broken on 1.9 Style/HashSyntax: Enabled: false Style/EvalWithLocation: @@ -17,9 +20,15 @@ Style/NilComparison: Enabled: false Style/SoleNestedConditional: Enabled: false - + # Ruby 2.1 compatibility Style/SafeNavigation: Enabled: false + +Style/SymbolProc: + Enabled: false + +Style/MultilineBlockChain: + Enabled: false \ No newline at end of file