Skip to content

Commit

Permalink
Disable Rubocop introducing new rules
Browse files Browse the repository at this point in the history
As linting warnings is included in the test suite, if introducing new
rules is not controlled, the suite will keep breaking upon new rules.
  • Loading branch information
RyanofWoods authored and Flavio Auciello committed Nov 15, 2022
1 parent d15364a commit 271808e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require:
- solidus_dev_support/rubocop

AllCops:
NewCops: enable
NewCops: disable
TargetRubyVersion: 2.6

Layout/FirstArgumentIndentation:
Expand Down

0 comments on commit 271808e

Please sign in to comment.