Skip to content

Commit 164546f

Browse files
committed
Suppress InternalAffairs/NumblockHandler warnings
This commit suppresses warnings to pass CI first. Please remove this todo setting when implementing numblock.
1 parent 949b7a3 commit 164546f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop_todo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ InternalAffairs/NodeDestructuring:
1414
- 'lib/rubocop/cop/rails/relative_date_constant.rb'
1515
- 'lib/rubocop/cop/rails/time_zone.rb'
1616

17+
InternalAffairs/NumblockHandler:
18+
Enabled: false
19+
1720
# Offense count: 10
1821
Metrics/AbcSize:
1922
Max: 17

0 commit comments

Comments
 (0)