.rubocop.yml in emf2svg-0.1.0 vs .rubocop.yml in emf2svg-0.1.1
- old
+ new
@@ -1,13 +1,5 @@
-AllCops:
- TargetRubyVersion: 2.4
+inherit_from:
+ - 'https://raw.githubusercontent.com/riboseinc/oss-guides/master/ci/rubocop.yml'
-Style/StringLiterals:
- Enabled: true
- EnforcedStyle: double_quotes
-
-Style/StringLiteralsInInterpolation:
- Enabled: true
- EnforcedStyle: double_quotes
-
-Layout/LineLength:
- Max: 120
+AllCops:
+ TargetRubyVersion: 2.5