components_order_cop: add post_install

This commit is contained in:
commitay 2018-04-27 10:26:58 +10:00
parent 27ec9dae5f
commit 44937fcf95

View File

@ -31,6 +31,7 @@ module RuboCop
[{ name: :conflicts_with, type: :method_call }],
[{ name: :go_resource, type: :block_call }, { name: :resource, type: :block_call }],
[{ name: :install, type: :method_definition }],
[{ name: :post_install, type: :method_definition }],
[{ name: :caveats, type: :method_definition }],
[{ name: :plist_options, type: :method_call }, { name: :plist, type: :method_definition }],
[{ name: :test, type: :block_call }],