.rubocop.yml in instana-1.193.4 vs .rubocop.yml in instana-1.193.5

- old
+ new

@@ -1,6 +1,13 @@ inherit_from: .rubocop_todo.yml +require: + - ./extras/license_header.rb + +# Remove when we remove .rubocop_todo.yml +AllCops: + NewCops: disable + # Broken on 1.9 Style/HashSyntax: Enabled: false Style/EvalWithLocation: \ No newline at end of file