Skip to content

Commit

Permalink
Merge pull request #143 from solidusio/aldesantis/enable-new-cops
Browse files Browse the repository at this point in the history
Enable new RuboCop cops automatically
  • Loading branch information
mergify[bot] committed Sep 22, 2020
2 parents c754026 + c9a7401 commit 21aaa65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/solidus_dev_support/rubocop/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require: ["rubocop-rspec", "rubocop-rails", "rubocop-performance"]

AllCops: {TargetRubyVersion: 2.5, Exclude: ["spec/dummy/**/*", "sandbox/**/*", "vendor/**/*"]}
AllCops: {TargetRubyVersion: 2.5, Exclude: ["spec/dummy/**/*", "sandbox/**/*", "vendor/**/*"], NewCops: enable}

Layout/ArgumentAlignment: {EnforcedStyle: with_fixed_indentation}
Layout/DotPosition: {Enabled: false, StyleGuide: "https://relaxed.ruby.style/#layoutdotposition"}
Expand Down

0 comments on commit 21aaa65

Please sign in to comment.