Module: RuboCop::Cop::Chef::Modernize

Defined in:
lib/rubocop/cop/chef/modernize/definitions.rb,
lib/rubocop/cop/chef/modernize/zypper_repo.rb,
lib/rubocop/cop/chef/modernize/execute_sleep.rb,
lib/rubocop/cop/chef/modernize/execute_sc_exe.rb,
lib/rubocop/cop/chef/modernize/execute_sysctl.rb,
lib/rubocop/cop/chef/modernize/execute_tzutil.rb,
lib/rubocop/cop/chef/modernize/build_essential.rb,
lib/rubocop/cop/chef/modernize/databag_helpers.rb,
lib/rubocop/cop/chef/modernize/libarchive_file.rb,
lib/rubocop/cop/chef/modernize/windows_zipfile.rb,
lib/rubocop/cop/chef/modernize/berksfile_source.rb,
lib/rubocop/cop/chef/modernize/shell_out_helper.rb,
lib/rubocop/cop/chef/modernize/zipfile_resource.rb,
lib/rubocop/cop/chef/modernize/chef_14_resources.rb,
lib/rubocop/cop/chef/modernize/chef_15_resources.rb,
lib/rubocop/cop/chef/modernize/chef_gem_nokogiri.rb,
lib/rubocop/cop/chef/modernize/node_init_package.rb,
lib/rubocop/cop/chef/modernize/seven_zip_archive.rb,
lib/rubocop/cop/chef/modernize/apt_default_recipe.rb,
lib/rubocop/cop/chef/modernize/execute_apt_update.rb,
lib/rubocop/cop/chef/modernize/node_roles_include.rb,
lib/rubocop/cop/chef/modernize/foodcritic_comments.rb,
lib/rubocop/cop/chef/modernize/macos_user_defaults.rb,
lib/rubocop/cop/chef/modernize/ohai_default_recipe.rb,
lib/rubocop/cop/chef/modernize/respond_to_metadata.rb,
lib/rubocop/cop/chef/modernize/respond_to_provides.rb,
lib/rubocop/cop/chef/modernize/sc_windows_resource.rb,
lib/rubocop/cop/chef/modernize/cron_manage_resource.rb,
lib/rubocop/cop/chef/modernize/declare_action_class.rb,
lib/rubocop/cop/chef/modernize/provides_initializer.rb,
lib/rubocop/cop/chef/modernize/use_require_relative.rb,
lib/rubocop/cop/chef/modernize/windows_registry_uac.rb,
lib/rubocop/cop/chef/modernize/openssl_x509_resource.rb,
lib/rubocop/cop/chef/modernize/sysctl_param_resource.rb,
lib/rubocop/cop/chef/modernize/whyrun_supported_true.rb,
lib/rubocop/cop/chef/modernize/compile_time_resources.rb,
lib/rubocop/cop/chef/modernize/conditional_using_test.rb,
lib/rubocop/cop/chef/modernize/minitest_handler_usage.rb,
lib/rubocop/cop/chef/modernize/resource_set_or_return.rb,
lib/rubocop/cop/chef/modernize/simplify_apt_ppa_setup.rb,
lib/rubocop/cop/chef/modernize/windows_default_recipe.rb,
lib/rubocop/cop/chef/modernize/class_eval_action_class.rb,
lib/rubocop/cop/chef/modernize/cron_d_file_or_template.rb,
lib/rubocop/cop/chef/modernize/depends_locale_cookbook.rb,
lib/rubocop/cop/chef/modernize/depends_zypper_cookbook.rb,
lib/rubocop/cop/chef/modernize/dsl_include_in_resource.rb,
lib/rubocop/cop/chef/modernize/includes_mixin_shellout.rb,
lib/rubocop/cop/chef/modernize/respond_to_compile_time.rb,
lib/rubocop/cop/chef/modernize/shellouts_to_chocolatey.rb,
lib/rubocop/cop/chef/modernize/depends_openssl_cookbook.rb,
lib/rubocop/cop/chef/modernize/openssl_rsa_key_resource.rb,
lib/rubocop/cop/chef/modernize/resource_with_attributes.rb,
lib/rubocop/cop/chef/modernize/respond_to_resource_name.rb,
lib/rubocop/cop/chef/modernize/action_method_in_resource.rb,
lib/rubocop/cop/chef/modernize/defines_chefspec_matchers.rb,
lib/rubocop/cop/chef/modernize/empty_resource_initialize.rb,
lib/rubocop/cop/chef/modernize/powershell_expand_archive.rb,
lib/rubocop/cop/chef/modernize/resource_name_initializer.rb,
lib/rubocop/cop/chef/modernize/use_multipackage_installs.rb,
lib/rubocop/cop/chef/modernize/default_action_initializer.rb,
lib/rubocop/cop/chef/modernize/if_provides_default_action.rb,
lib/rubocop/cop/chef/modernize/powershell_install_package.rb,
lib/rubocop/cop/chef/modernize/allowed_actions_initializer.rb,
lib/rubocop/cop/chef/modernize/depends_chef_vault_cookbook.rb,
lib/rubocop/cop/chef/modernize/osx_config_profile_resource.rb,
lib/rubocop/cop/chef/modernize/depends_chocolatey_cookbooks.rb,
lib/rubocop/cop/chef/modernize/powershell_guard_interpreter.rb,
lib/rubocop/cop/chef/modernize/property_with_name_attribute.rb,
lib/rubocop/cop/chef/modernize/use_chef_language_env_helpers.rb,
lib/rubocop/cop/chef/modernize/depends_kernel_module_cookbook.rb,
lib/rubocop/cop/chef/modernize/depends_timezone_lwrp_cookbook.rb,
lib/rubocop/cop/chef/modernize/use_chef_language_cloud_helpers.rb,
lib/rubocop/cop/chef/modernize/use_chef_language_systemd_helper.rb,
lib/rubocop/cop/chef/modernize/depends_windows_firewall_cookbook.rb,
lib/rubocop/cop/chef/modernize/powershell_install_windowsfeature.rb,
lib/rubocop/cop/chef/modernize/unnecessary_mixlib_shellout_require.rb

Defined Under Namespace

Classes: ActionMethodInResource, AllowedActionsFromInitialize, ChefGemNokogiri, ClassEvalActionClass, ConditionalUsingTest, CronDFileOrTemplate, CronManageResource, CustomResourceWithAttributes, DatabagHelpers, DeclareActionClass, DefaultActionFromInitialize, DefinesChefSpecMatchers, Definitions, DependsOnChefVaultCookbook, DependsOnChocolateyCookbooks, DependsOnKernelModuleCookbook, DependsOnLocaleCookbook, DependsOnOpensslCookbook, DependsOnTimezoneLwrpCookbook, DependsOnWindowsFirewallCookbook, DependsOnZypperCookbook, DslIncludeInResource, EmptyResourceInitializeMethod, ExecuteAptUpdate, ExecuteScExe, ExecuteSleep, ExecuteSysctl, ExecuteTzUtil, FoodcriticComments, IfProvidesDefaultAction, IncludingAptDefaultRecipe, IncludingMixinShelloutInResources, IncludingOhaiDefaultRecipe, IncludingWindowsDefaultRecipe, LegacyBerksfileSource, LibarchiveFileResource, MacOsXUserdefaults, MinitestHandlerUsage, NodeInitPackage, NodeRolesInclude, OpensslRsaKeyResource, OpensslX509Resource, OsxConfigProfileResource, PowerShellGuardInterpreter, PowershellInstallPackage, PowershellInstallWindowsFeature, PowershellScriptExpandArchive, PropertyWithNameAttribute, ProvidesFromInitialize, ResourceForcingCompileTime, ResourceNameFromInitialize, RespondToCompileTime, RespondToInMetadata, RespondToProvides, RespondToResourceName, SetOrReturnInResources, SevenZipArchiveResource, ShellOutHelper, ShellOutToChocolatey, SimplifyAptPpaSetup, SysctlParamResource, UnnecessaryDependsChef14, UnnecessaryDependsChef15, UnnecessaryMixlibShelloutRequire, UseBuildEssentialResource, UseChefLanguageCloudHelpers, UseChefLanguageEnvHelpers, UseChefLanguageSystemdHelper, UseMultipackageInstalls, UseRequireRelative, UsesZypperRepo, WhyRunSupportedTrue, WindowsRegistryUAC, WindowsScResource, WindowsZipfileUsage, ZipfileResource