class RuboCop::Cop::Chef::Effortless::CookbookUsesDatabags

Data bags cannot be used with the Effortless Infra pattern

@example

### incorrect
data_bag_item('admins', login)
data_bag(data_bag_name)