foodcritic 11.1.0 → 11.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -1
- data/README.md +18 -0
- data/chef_dsl_metadata/{chef_12.8.1.json → chef_13.1.31.json} +4377 -1784
- data/features/009_check_for_unrecognised_resource_attributes.feature +0 -9
- data/features/038_check_for_invalid_action.feature +0 -9
- data/features/step_definitions/cookbook_steps.rb +6 -124
- data/lib/foodcritic/command_line.rb +1 -1
- data/lib/foodcritic/linter.rb +1 -1
- data/lib/foodcritic/rules/fc091.rb +10 -0
- data/lib/foodcritic/rules/fc092.rb +10 -0
- data/lib/foodcritic/version.rb +1 -1
- data/spec/functional/fc008_spec.rb +6 -6
- data/spec/functional/fc009_spec.rb +27 -0
- data/spec/functional/fc010_spec.rb +32 -0
- data/spec/functional/fc011_spec.rb +3 -3
- data/spec/functional/fc012_spec.rb +3 -3
- data/spec/functional/fc013_spec.rb +4 -4
- data/spec/functional/fc015_spec.rb +19 -0
- data/spec/functional/fc016_spec.rb +5 -5
- data/spec/functional/fc028_spec.rb +18 -18
- data/spec/functional/fc029_spec.rb +6 -6
- data/spec/functional/fc031_spec.rb +2 -2
- data/spec/functional/fc038_spec.rb +23 -0
- data/spec/functional/fc042_spec.rb +2 -2
- data/spec/functional/fc043_spec.rb +28 -0
- data/spec/functional/fc045_spec.rb +3 -3
- data/spec/functional/fc052_spec.rb +2 -2
- data/spec/functional/fc053_spec.rb +2 -2
- data/spec/functional/fc055_spec.rb +3 -3
- data/spec/functional/fc056_spec.rb +3 -3
- data/spec/functional/fc057_spec.rb +62 -0
- data/spec/functional/fc058_spec.rb +102 -0
- data/spec/functional/fc059_spec.rb +27 -0
- data/spec/functional/fc060_spec.rb +45 -0
- data/spec/functional/fc061_spec.rb +9 -9
- data/spec/functional/fc062_spec.rb +2 -2
- data/spec/functional/fc063_spec.rb +3 -3
- data/spec/functional/fc064_spec.rb +2 -2
- data/spec/functional/fc065_spec.rb +2 -2
- data/spec/functional/fc066_spec.rb +6 -6
- data/spec/functional/fc067_spec.rb +2 -2
- data/spec/functional/fc068_spec.rb +2 -2
- data/spec/functional/fc069_spec.rb +5 -5
- data/spec/functional/fc070_spec.rb +9 -9
- data/spec/functional/fc071_spec.rb +6 -6
- data/spec/functional/fc072_spec.rb +2 -2
- data/spec/functional/fc073_spec.rb +9 -9
- data/spec/functional/fc074_spec.rb +3 -3
- data/spec/functional/fc075_spec.rb +5 -5
- data/spec/functional/fc091_spec.rb +38 -0
- data/spec/functional/fc092_spec.rb +31 -0
- data/spec/regression/expected/aix.txt +1 -0
- data/spec/regression/expected/build-essential.txt +1 -0
- data/spec/regression/expected/drbd.txt +1 -0
- data/spec/regression/expected/perl.txt +1 -0
- data/spec/regression/expected/sudo.txt +1 -0
- data/spec/regression/expected/users.txt +1 -0
- data/spec/spec_helper.rb +8 -0
- data/spec/unit/linter_spec.rb +1 -1
- metadata +18 -14
- data/chef_dsl_metadata/chef_12.6.0.json +0 -15760
- data/chef_dsl_metadata/chef_12.7.2.json +0 -16673
- data/features/010_check_search_syntax.feature +0 -20
- data/features/015_check_for_definitions.feature +0 -20
- data/features/043_check_for_old_notification_style.feature +0 -28
- data/features/057_check_for_library_provider_without_use_inline_resources.feature +0 -20
- data/features/058_check_for_library_provider_bad_action_methods.feature +0 -25
- data/features/059_check_for_lwrp_provider_without_use_inline_resources.feature +0 -15
- data/features/060_check_for_lwrp_provider_bad_action_methods.feature +0 -25
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the gem file manually.