class RuboCop::Cop::Chef::Modernize::IncludingWindowsDefaultRecipe

Don’t include the windows default recipe that is either full of gem install that are part of the Chef Infra Client, or empty (depends on version).

@example

### incorrect
include_recipe 'windows::default'
include_recipe 'windows'