Merge pull request #4113 from commitay/post_install
components_order_cop: add post_install
This commit is contained in:
		
						commit
						03dd26c5fa
					
				@ -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 }],
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user