.rubocop.yml in hexx-6.0.3 vs .rubocop.yml in hexx-7.0.0
- old
+ new
@@ -53,8 +53,11 @@
- '*.gemspec'
Style/StringLiterals:
EnforcedStyle: double_quotes
+Stype/SingleSpaceBeforeFirstArg:
+ Enabled: false
+
Style/TrivialAccessors:
Exclude:
- 'spec/**/*'