Skip to content

Commit 2365c29

Browse files
committed
Disable new cops in rubocop
We don't want even more unpredictability.
1 parent 6f52244 commit 2365c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ require:
44
- solidus_dev_support/rubocop
55

66
AllCops:
7-
NewCops: enable
7+
NewCops: disable

0 commit comments

Comments
 (0)