class RuboCop::Cop::Chef::Effortless::DependsChefVault
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 depends 'chef-vault'
Constants
- MSG
- RESTRICT_ON_SEND
Public Instance Methods
Source
# File lib/rubocop/cop/chef/effortless/depends_chef_vault.rb, line 38 def on_send(node) depends?(node) do add_offense(node.loc.expression, severity: :refactor) end end