Skip to content

Commit d6e5909

Browse files
committed
style/next: disable cop
Doesn't provide much value and can be disabled. slack discussion: https://shopify.slack.com/archives/C0DRQ0HEJ/p1761679778166719?thread_ts=1761678121.346269&cid=C0DRQ0HEJ
1 parent 063a215 commit d6e5909

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,9 @@ Style/NegatedUnless:
789789
Style/NestedFileDirname:
790790
Enabled: true
791791

792+
Style/Next:
793+
Enabled: false
794+
792795
Style/NilLambda:
793796
Enabled: false
794797

0 commit comments

Comments
 (0)