.rubocop.yml in pushmi_pullyu-1.0.6 vs .rubocop.yml in pushmi_pullyu-2.0.0
- old
+ new
@@ -8,12 +8,13 @@
DisplayCopNames: true
DisplayStyleGuide: true
Exclude:
- 'tmp/**/*'
- 'vendor/**/*'
+ - 'Dangerfile'
ExtraDetails: true
- TargetRubyVersion: 2.3
+ TargetRubyVersion: 2.5
# readability is Actually Good
Layout/EmptyLinesAroundClassBody:
EnforcedStyle: empty_lines_except_namespace
@@ -57,10 +58,19 @@
EnforcedStyle: compact
Style/Documentation:
Enabled: false
+Style/HashEachMethods:
+ Enabled: true
+
+Style/HashTransformKeys:
+ Enabled: true
+
+Style/HashTransformValues:
+ Enabled: true
+
Naming/FileName:
Exclude:
- Dangerfile
- Rakefile
- Gemfile
@@ -86,5 +96,14 @@
RSpec/MultipleExpectations:
Enabled: false
RSpec/DescribedClass:
EnforcedStyle: explicit
+
+Lint/RaiseException:
+ Enabled: true
+
+Lint/StructNewOverride:
+ Enabled: true
+
+RSpec/MultipleMemoizedHelpers:
+ Enabled: false
\ No newline at end of file