.rubocop.yml in convection-0.2.12 vs .rubocop.yml in convection-0.2.13
- old
+ new
@@ -8,17 +8,22 @@
- Gemfile
- Rakefile
- Thorfile
Exclude:
- example/**/*
+ - 'lib/convection/model/template/mapping.rb' # Something is causing this file to fail
Encoding:
Enabled: false
RescueModifier:
Enabled: false
HashSyntax:
Enabled: false
SpaceInsideStringInterpolation:
+ Enabled: false
+Performance/RedundantBlockCall:
+ Enabled: false
+Style/SignalException:
Enabled: false
# AbcSize:
# Max: 24
# ClassLength: