.rubocop.yml in capistrano-asg-rolling-0.4.1 vs .rubocop.yml in capistrano-asg-rolling-0.5.0

- old
+ new

@@ -1,9 +1,10 @@ require: - rubocop-performance - rubocop-rake - rubocop-rspec + - rubocop-rspec_rails AllCops: NewCops: enable TargetRubyVersion: 2.7 DisplayCopNames: true @@ -36,5 +37,8 @@ RSpec/IndexedLet: Enabled: false RSpec/MultipleExpectations: Max: 5 + +Style/GuardClause: + Enabled: false