Module: RuboCop::Cop::Chef::RedundantCode

Defined in:
lib/rubocop/cop/chef/redundant/recipe_metadata.rb,
lib/rubocop/cop/chef/redundant/grouping_metadata.rb,
lib/rubocop/cop/chef/redundant/provides_metadata.rb,
lib/rubocop/cop/chef/redundant/replaces_metadata.rb,
lib/rubocop/cop/chef/redundant/suggests_metadata.rb,
lib/rubocop/cop/chef/redundant/attribute_metadata.rb,
lib/rubocop/cop/chef/redundant/conflicts_metadata.rb,
lib/rubocop/cop/chef/redundant/double_compile_time.rb,
lib/rubocop/cop/chef/redundant/property_splat_regex.rb,
lib/rubocop/cop/chef/redundant/use_create_if_missing.rb,
lib/rubocop/cop/chef/redundant/multiple_platform_checks.rb,
lib/rubocop/cop/chef/redundant/ohai_attribute_to_string.rb,
lib/rubocop/cop/chef/redundant/long_description_metadata.rb,
lib/rubocop/cop/chef/redundant/unnecessary_desired_state.rb,
lib/rubocop/cop/chef/redundant/unnecessary_name_property.rb,
lib/rubocop/cop/chef/redundant/name_property_and_required.rb,
lib/rubocop/cop/chef/redundant/resource_with_nothing_action.rb,
lib/rubocop/cop/chef/redundant/sensitive_property_in_resource.rb,
lib/rubocop/cop/chef/redundant/string_property_with_nil_default.rb,
lib/rubocop/cop/chef/redundant/apt_repository_notifies_apt_update.rb,
lib/rubocop/cop/chef/redundant/property_with_default_and_required.rb,
lib/rubocop/cop/chef/redundant/apt_repository_distribution_default.rb,
lib/rubocop/cop/chef/redundant/custom_resource_with_allowed_actions.rb

Defined Under Namespace

Classes: AptRepositoryDistributionDefault, AptRepositoryNotifiesAptUpdate, AttributeMetadata, ConflictsMetadata, CustomResourceWithAllowedActions, DoubleCompileTime, GroupingMetadata, LongDescriptionMetadata, MultiplePlatformChecks, NamePropertyIsRequired, OhaiAttributeToString, PropertySplatRegex, PropertyWithRequiredAndDefault, ProvidesMetadata, RecipeMetadata, ReplacesMetadata, ResourceWithNothingAction, SensitivePropertyInResource, StringPropertyWithNilDefault, SuggestsMetadata, UnnecessaryDesiredState, UnnecessaryNameProperty, UseCreateIfMissing