.rubocop.yml in instana-1.195.4 vs .rubocop.yml in instana-1.197.0.pre1
- old
+ new
@@ -1,10 +1,10 @@
inherit_from: .rubocop_todo.yml
require:
- ./extras/license_header.rb
-
+
# Remove when we remove .rubocop_todo.yml
AllCops:
NewCops: disable
# Broken on 1.9
@@ -16,6 +16,10 @@
Style/NilComparison:
Enabled: false
Style/SoleNestedConditional:
- Enabled: false
\ No newline at end of file
+ Enabled: false
+
+# Ruby 2.1 compatibility
+Style/SafeNavigation:
+ Enabled: false