default.yml in percy-style-0.7.0 vs default.yml in percy-style-0.7.1
- old
+ new
@@ -1,9 +1,9 @@
require: rubocop-rspec
AllCops:
- TargetRubyVersion: 2.4
+ TargetRubyVersion: 2.7
Include:
- Rakefile
- lib/**/*.rake
Exclude:
- 'vendor/**/*'
@@ -34,19 +34,19 @@
EnforcedStyle: indented
Layout/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space
+Layout/LineLength:
+ Max: 100
+
# This seems to break some require lines somehow:
Layout/EmptyLinesAroundArguments:
Enabled: false
Lint/RescueException:
Exclude:
- 'lib/tasks/*.rake'
-
-Metrics/LineLength:
- Max: 100
Metrics/AbcSize:
Enabled: false
Metrics/ClassLength: