components_order_cop: add more components

This commit is contained in:
commitay 2018-09-11 22:05:45 +10:00
parent a1264f5ada
commit b46852da4c

View File

@ -33,6 +33,7 @@ module RuboCop
[{ name: :conflicts_with, type: :method_call }],
[{ name: :skip_clean, type: :method_call }],
[{ name: :cxxstdlib_check, type: :method_call }],
[{ name: :link_overwrite, 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 }],