components_order_cop: add more components
This commit is contained in:
parent
6c3b8e100f
commit
a1264f5ada
@ -22,6 +22,7 @@ module RuboCop
|
||||
[{ name: :head, type: :method_call }],
|
||||
[{ name: :stable, type: :block_call }],
|
||||
[{ name: :bottle, type: :block_call }],
|
||||
[{ name: :pour_bottle?, type: :block_call }],
|
||||
[{ name: :devel, type: :block_call }],
|
||||
[{ name: :head, type: :block_call }],
|
||||
[{ name: :bottle, type: :method_call }],
|
||||
@ -31,6 +32,7 @@ module RuboCop
|
||||
[{ name: :depends_on, type: :method_call }],
|
||||
[{ name: :conflicts_with, type: :method_call }],
|
||||
[{ name: :skip_clean, type: :method_call }],
|
||||
[{ name: :cxxstdlib_check, type: :method_call }],
|
||||
[{ name: :fails_with, type: :method_call }, { name: :fails_with, type: :block_call }],
|
||||
[{ name: :go_resource, type: :block_call }, { name: :resource, type: :block_call }],
|
||||
[{ name: :patch, type: :method_call }, { name: :patch, type: :block_call }],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user