class RuboCop::Cop::Chef::Effortless::ChefVaultUsed

Chef Vault is not supported in the Effortless pattern, so usage of Chef Vault must be shifted to another secrets management solution before leveraging the Effortless pattern.

@example

### incorrect
require 'chef-vault'

### incorrect
ChefVault::Item

### incorrect
include_recipe 'chef-vault'

### incorrect
chef_gem 'chef-vault'

### incorrect
chef_vault_item_for_environment(arg, arg1)

### incorrect
chef_vault_item(arg, arg1)