Skip to content

Commit 255f58e

Browse files
committed
Disable InternalAffairs/OnSendWithoutOnCSend cop in RuboCop configuration
1 parent b7fc134 commit 255f58e

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
@@ -16,6 +16,9 @@ AllCops:
1616
- 'tmp/**/*'
1717
- 'spec/smoke_tests/**/*.rb'
1818

19+
InternalAffairs/OnSendWithoutOnCSend:
20+
Enabled: false
21+
1922
Layout/HashAlignment:
2023
EnforcedHashRocketStyle:
2124
- key

0 commit comments

Comments
 (0)