class RuboCop::Cop::Chef::Effortless::CookbookUsesEnvironments

Neither Policyfiles or Effortless Infra which is based on Policyfiles supports Chef Environments

@example

### incorrect
node.environment == "production"
node.chef_environment == "production"