foodcritic 12.3.0 → 13.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +33 -0
  3. data/Gemfile +1 -1
  4. data/README.md +1 -1
  5. data/chef_dsl_metadata/{chef_12.21.14.json → chef_13.7.16.json} +1339 -1052
  6. data/features/step_definitions/cookbook_steps.rb +0 -18
  7. data/features/support/command_helpers.rb +0 -2
  8. data/foodcritic.gemspec +1 -1
  9. data/lib/foodcritic/chef.rb +2 -2
  10. data/lib/foodcritic/linter.rb +2 -2
  11. data/lib/foodcritic/notifications.rb +14 -3
  12. data/lib/foodcritic/rules/fc025.rb +3 -1
  13. data/lib/foodcritic/rules/fc026.rb +1 -1
  14. data/lib/foodcritic/rules/fc037.rb +2 -1
  15. data/lib/foodcritic/rules/fc044.rb +2 -2
  16. data/lib/foodcritic/rules/fc064.rb +1 -1
  17. data/lib/foodcritic/rules/fc065.rb +1 -1
  18. data/lib/foodcritic/rules/fc115.rb +9 -0
  19. data/lib/foodcritic/rules/fc117.rb +9 -0
  20. data/lib/foodcritic/rules/fc118.rb +7 -0
  21. data/lib/foodcritic/rules/fc119.rb +16 -0
  22. data/lib/foodcritic/template.rb +2 -2
  23. data/lib/foodcritic/version.rb +1 -1
  24. data/spec/functional/fc007_spec.rb +1 -1
  25. data/spec/functional/fc009_spec.rb +8 -13
  26. data/spec/functional/fc025_spec.rb +60 -0
  27. data/spec/functional/fc026_spec.rb +66 -0
  28. data/spec/functional/fc037_spec.rb +75 -0
  29. data/spec/functional/fc038_spec.rb +16 -11
  30. data/spec/functional/fc115_spec.rb +24 -0
  31. data/spec/functional/fc117_spec.rb +23 -0
  32. data/spec/functional/fc118_spec.rb +17 -0
  33. data/spec/functional/fc119_spec.rb +27 -0
  34. data/spec/regression/regression_spec.rb +2 -2
  35. data/spec/unit/linter_spec.rb +1 -1
  36. metadata +17 -14
  37. data/chef_dsl_metadata/chef_12.15.19.json +0 -18720
  38. data/chef_dsl_metadata/chef_12.16.42.json +0 -18848
  39. data/chef_dsl_metadata/chef_12.17.44.json +0 -19330
  40. data/chef_dsl_metadata/chef_12.18.31.json +0 -19738
  41. data/chef_dsl_metadata/chef_12.19.36.json +0 -20061
  42. data/chef_dsl_metadata/chef_12.20.3.json +0 -20067
  43. data/features/025_check_for_deprecated_gem_install.feature +0 -30
  44. data/features/026_check_for_conditional_block_string.feature +0 -20

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.