class RuboCop::Cop::Chef::Modernize::ZipfileResource

Use the archive_file resource built into Chef Infra Client 15+ instead of the zipfile resource from the zipfile cookbook.

@example

### incorrect
zipfile "C:\file.zip" do
  path 'C:\expand_here'
end