Remove Rubocop for ignore_missing_libraries

This is no longer needed.
This commit is contained in:
Carlo Cabrera 2023-01-26 13:48:06 +08:00
parent 4b318f738b
commit f576140ade
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -131,7 +131,6 @@ module RuboCop
fails_with
resource
patch
ignore_missing_libraries
]
on_system_allowed_methods += on_system_methods.map(&:to_s)
_, offensive_node = check_order(component_precedence_list, on_system_block.body)