.rubocop.yml in frontman-ssg-0.0.3 vs .rubocop.yml in frontman-ssg-0.0.4
- old
+ new
@@ -2,10 +2,13 @@
TargetRubyVersion: 2.3
Exclude:
- '**/Rakefile'
- 'vendor/**/*'
+Style/Lambda:
+ Enabled: false
+
Gemspec/RequiredRubyVersion:
Exclude:
- 'frontman-ssg.gemspec'
Style/Documentation:
@@ -83,6 +86,6 @@
Exclude:
- 'lib/frontman/app.rb'
Lint/HandleExceptions:
Exclude:
- - 'lib/frontman/commands/serve.rb'
\ No newline at end of file
+ - 'lib/frontman/commands/serve.rb'