class RuboCop::Cop::Rails::EnvironmentVariableAccess

def allow_writes?

def allow_writes?
  cop_config['AllowWrites'] == true
end