class RuboCop::Cop::Chef::Deprecations::LocaleDeprecatedLcAllProperty

The local resource’s lc_all property has been deprecated and will be removed in Chef Infra Client 17

@example

### incorrect
locale 'set locale' do
  lang 'en_gb.utf-8'
  lc_all 'en_gb.utf-8'
end