default.yml in freistil-rubocop-0.5.0 vs default.yml in freistil-rubocop-0.6.0
- old
+ new
@@ -28,10 +28,14 @@
Checks indentation of binary operations that span more than
one line.
Enabled: true
EnforcedStyle: indented
+Layout/SpaceInsideHashLiteralBraces:
+ Enabled: true
+ EnforcedStyle: no_space
+
Lint/AssignmentInCondition:
Description: "Don't use assignment in conditions."
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#safe-assignment-in-condition'
Enabled: false
@@ -138,9 +142,15 @@
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#bool-methods-qmark'
ForbiddenPrefixes:
- is_
Exclude:
- spec/**/*
+
+RSpec/DescribeClass:
+ Exclude:
+ - "spec/features/**/*.rb"
+ - "spec/views/**/*.rb"
+ - "spec/requests/**/*.rb"
RSpec/ExampleLength:
Exclude:
- 'spec/**/*.rb'