config.yml in rubocop-vaporyhumo-0.1.0 vs config.yml in rubocop-vaporyhumo-0.2.0
- old
+ new
@@ -2,9 +2,20 @@
inherit_mode:
merge:
- Exclude
- IgnoredMethods
+Bundler/GemVersion:
+ Enabled: true
+ EnforcedStyle: forbidden
+
+Gemspec/DependencyVersion:
+ Enabled: true
+ EnforcedStyle: required
+
+Gemspec/DevelopmentDependencies:
+ EnforcedStyle: gemspec
+
Layout/HeredocArgumentClosingParenthesis:
Enabled: true
Layout/RedundantLineBreak:
Enabled: true