foodcritic 8.1.0 → 8.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9d1735133b0c50c86ce08bcf0d4a40c428dfe733
4
- data.tar.gz: b12acaf254b8dede458f67971bee2c39479599ea
3
+ metadata.gz: a868b65eda27e5f698abd7edf4be4f1f2a176897
4
+ data.tar.gz: 29adaa00579e05126d419f4cf74e4f5131418c7e
5
5
  SHA512:
6
- metadata.gz: 27c9060d3bccac36258206ed83ed432e12684575bdbc049ef2c58700a2809eb5e359b9c5260c223b52c240f9877b341cd32d8b1023b03e9d9344bd7de6c56161
7
- data.tar.gz: d425d0c758b57e6ff846a6ed9d2cb2273577ffba5c72c1ef3e19d5a3178736cfe84ced3171460ce6baa2cc85f4cf4ecc9bff23b6774c64d2a085b96e6dd8f7dc
6
+ metadata.gz: da82cf39ee87a5578781375b3ac02e490ce67b3cf4a351240da2769a075b1e273d9de2e1e52927906d126123dcb63bab89f3c4da715eb4fc837907f6b89cce38
7
+ data.tar.gz: 3a8b84cb744bbfc077e8ac0d610ee85b620bbf38c346b321d45f1d954a237e38ba9be71aba20ecea3402faaa110f33d5c34f5a164c785709d18c50bccff627e1
@@ -1,644 +1,356 @@
1
1
  # FoodCritic Changelog:
2
2
 
3
- ## [8.1.0](https://github.com/acrmp/foodcritic/tree/8.1.0) (2016-10-20)
3
+ ## [8.2.0](https://github.com/acrmp/foodcritic/tree/8.2.0) (2017-01-09)
4
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v8.1.0...8.2.0)
4
5
 
5
- [Full Changelog](https://github.com/acrmp/foodcritic/compare/v8.0.0...8.1.0)
6
+ **Implemented enhancements:**
6
7
 
7
- **Merged pull requests:**
8
+ - Add 12.17.44 metadata \(and make it the default\) [\#505](https://github.com/acrmp/foodcritic/pull/505) ([tas50](https://github.com/tas50))
9
+ - Add 12.16.42 metadata and make it the default [\#497](https://github.com/acrmp/foodcritic/pull/497) ([tas50](https://github.com/tas50))
8
10
 
9
- - Add Chef client 12.15.19 metadata [#493](https://github.com/acrmp/foodcritic/pull/493) ([tas50](https://github.com/tas50))
10
- - Clarify exclude path instructions in the CLI help [#489](https://github.com/acrmp/foodcritic/pull/489) ([unixorn](https://github.com/unixorn))
11
+ ## [v8.1.0](https://github.com/acrmp/foodcritic/tree/v8.1.0) (2016-10-20)
12
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v8.0.0...v8.1.0)
11
13
 
12
- ## [8.0.0](https://github.com/acrmp/foodcritic/tree/8.0.0) (2016-09-22)
14
+ **Implemented enhancements:**
13
15
 
14
- [Full Changelog](https://github.com/acrmp/foodcritic/compare/v8.0.0...7.1.0)
16
+ - Add Chef client 12.15.19 metadata [\#493](https://github.com/acrmp/foodcritic/pull/493) ([tas50](https://github.com/tas50))
17
+ - Clarify exclude path instructions in the CLI help [\#489](https://github.com/acrmp/foodcritic/pull/489) ([unixorn](https://github.com/unixorn))
15
18
 
16
- **Merged pull requests:**
19
+ ## [v8.0.0](https://github.com/acrmp/foodcritic/tree/v8.0.0) (2016-09-23)
20
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v7.1.0...v8.0.0)
17
21
 
18
- - Require Ruby 2.2.2 or later [#487](https://github.com/acrmp/foodcritic/pull/487) ([tas50](https://github.com/tas50))
19
- - Add 12.14.89 metadata and make it the default [#486](https://github.com/acrmp/foodcritic/pull/486) ([tas50](https://github.com/tas50))
20
- - Fix new offenses introduced in chefstyle 0.4.0 [#482](https://github.com/acrmp/foodcritic/pull/482) ([lamont-granquist](https://github.com/lamont-granquist))
21
- - Remove Chef 11 metadata and rule support [#481](https://github.com/acrmp/foodcritic/pull/481) ([tas50](https://github.com/tas50))
22
- - Support old-style notifications with ruby 1.9 hash syntax [#385](https://github.com/acrmp/foodcritic/pull/385) ([akihiro17](https://github.com/akihiro17))
22
+ **Implemented enhancements:**
23
23
 
24
- ## [7.1.0](https://github.com/acrmp/foodcritic/tree/7.1.0)
24
+ - Require Ruby 2.2.2 [\#487](https://github.com/acrmp/foodcritic/pull/487) ([tas50](https://github.com/tas50))
25
+ - Add 12.14.89 metadata and make it the default [\#486](https://github.com/acrmp/foodcritic/pull/486) ([tas50](https://github.com/tas50))
26
+ - Remove Chef 11 metadata and rule support [\#481](https://github.com/acrmp/foodcritic/pull/481) ([tas50](https://github.com/tas50))
25
27
 
26
- [Full Changelog](https://github.com/acrmp/foodcritic/compare/v7.0.1...7.1.0)
28
+ ## [v7.1.0](https://github.com/acrmp/foodcritic/tree/v7.1.0) (2016-08-17)
29
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v7.0.1...v7.1.0)
27
30
 
28
- **Merged pull requests:**
31
+ **Implemented enhancements:**
29
32
 
30
- - Add Chef 12.13.37 metadata and make it the default [#479](https://github.com/acrmp/foodcritic/pull/479) ([tas50](https://github.com/tas50))
31
- - Add missing assignment attributes [#478](https://github.com/acrmp/foodcritic/pull/478) ([ofir-petrushka](https://github.com/ofir-petrushka))
32
- - Add 12.12.13 metadata and fix metadata generation [#472](https://github.com/acrmp/foodcritic/pull/472) ([tas50](https://github.com/tas50))
33
+ - Add Chef 12.13.37 metadata and make it the default [\#479](https://github.com/acrmp/foodcritic/pull/479) ([tas50](https://github.com/tas50))
34
+ - Add 12.12.13 metadata and fix metadata generation [\#472](https://github.com/acrmp/foodcritic/pull/472) ([tas50](https://github.com/tas50))
33
35
 
34
- ## [7.0.1](https://github.com/acrmp/foodcritic/tree/7.0.1) (2016-07-06)
36
+ **Fixed bugs:**
35
37
 
36
- [Full Changelog](https://github.com/acrmp/foodcritic/compare/v7.0.0...7.0.1)
38
+ - Add missing assigment attributes [\#478](https://github.com/acrmp/foodcritic/pull/478) ([ofir-petrushka](https://github.com/ofir-petrushka))
37
39
 
38
- **Merged pull requests:**
40
+ ## [v7.0.1](https://github.com/acrmp/foodcritic/tree/v7.0.1) (2016-07-06)
41
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v7.0.0...v7.0.1)
39
42
 
40
- - Move the changelog task into the rakefile [#470](https://github.com/acrmp/foodcritic/pull/470) ([tas50](https://github.com/tas50))
41
- - Readme improvements [#468](https://github.com/acrmp/foodcritic/pull/468) ([tas50](https://github.com/tas50))
43
+ **Implemented enhancements:**
42
44
 
43
- ## [7.0.0](https://github.com/acrmp/foodcritic/tree/7.0.0) (2016-07-05)
45
+ - Readme improvements [\#468](https://github.com/acrmp/foodcritic/pull/468) ([tas50](https://github.com/tas50))
44
46
 
45
- [Full Changelog](https://github.com/acrmp/foodcritic/compare/v6.3.0...7.0.0)
47
+ ## [v7.0.0](https://github.com/acrmp/foodcritic/tree/v7.0.0) (2016-07-05)
48
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v6.3.0...v7.0.0)
46
49
 
47
50
  **Implemented enhancements:**
48
51
 
49
- - Remove support for Ruby 2.0 [#465](https://github.com/acrmp/foodcritic/pull/465) ([tas50](https://github.com/tas50))
50
- - Remove chef version support for Chef 0.7, 0.8, 0.9, and 0.10 [#464](https://github.com/acrmp/foodcritic/pull/464) ([tas50](https://github.com/tas50))
51
- - Add chef 12.11.18 metadata and make it the default [#461](https://github.com/acrmp/foodcritic/pull/461) ([tas50](https://github.com/tas50))
52
- - FC032 allow the new :before timing on resource notifications in Chef >= 12.6.0 [#441](https://github.com/acrmp/foodcritic/pull/441) ([gnjack](https://github.com/gnjack))
53
- - New cookbook_maintainer api methods [#248](https://github.com/acrmp/foodcritic/pull/248) ([miguelcnf](https://github.com/miguelcnf))
54
-
55
- **Merged pull requests:**
56
-
57
- - Resolve a few simple Rubocop lint / performance cops [#463](https://github.com/acrmp/foodcritic/pull/463) ([tas50](https://github.com/tas50))
58
- - Remove unnecessary requires [#460](https://github.com/acrmp/foodcritic/pull/460) ([tas50](https://github.com/tas50))
52
+ - Remove support for Ruby 2.0 [\#465](https://github.com/acrmp/foodcritic/pull/465) ([tas50](https://github.com/tas50))
53
+ - Remove chef version support for Chef 0.7, 0.8, 0.9, and 0.10 [\#464](https://github.com/acrmp/foodcritic/pull/464) ([tas50](https://github.com/tas50))
54
+ - Add chef 12.11.18 metadata and make it the default [\#461](https://github.com/acrmp/foodcritic/pull/461) ([tas50](https://github.com/tas50))
55
+ - FC032 allow the new :before timing on resource notifications in Chef \>= 12.6.0 [\#441](https://github.com/acrmp/foodcritic/pull/441) ([gnjack](https://github.com/gnjack))
56
+ - New cookbook\_maintainer api methods [\#248](https://github.com/acrmp/foodcritic/pull/248) ([miguelcnf](https://github.com/miguelcnf))
59
57
 
60
58
  ## [v6.3.0](https://github.com/acrmp/foodcritic/tree/v6.3.0) (2016-05-16)
61
-
62
59
  [Full Changelog](https://github.com/acrmp/foodcritic/compare/v6.2.0...v6.3.0)
63
60
 
64
61
  **Implemented enhancements:**
65
62
 
66
- - Add Chef 12.10.24 metadata and release 6.3.0 [#456](https://github.com/acrmp/foodcritic/pull/456) ([tas50](https://github.com/tas50))
63
+ - Add Chef 12.10.24 metadata and release 6.3.0 [\#456](https://github.com/acrmp/foodcritic/pull/456) ([tas50](https://github.com/tas50))
67
64
 
68
65
  ## [v6.2.0](https://github.com/acrmp/foodcritic/tree/v6.2.0) (2016-04-26)
69
-
70
66
  [Full Changelog](https://github.com/acrmp/foodcritic/compare/v6.1.1...v6.2.0)
71
67
 
72
68
  **Implemented enhancements:**
73
69
 
74
- - Add 12.9.38 metadata and make it the default chef version [#452](https://github.com/acrmp/foodcritic/pull/452) ([tas50](https://github.com/tas50))
70
+ - Add 12.9.38 metadata and make it the default chef version [\#452](https://github.com/acrmp/foodcritic/pull/452) ([tas50](https://github.com/tas50))
75
71
 
76
72
  ## [v6.1.1](https://github.com/acrmp/foodcritic/tree/v6.1.1) (2016-04-08)
77
-
78
73
  [Full Changelog](https://github.com/acrmp/foodcritic/compare/v6.1.0...v6.1.1)
79
74
 
80
75
  **Implemented enhancements:**
81
76
 
82
- - Use latest gherkin for faster installs [#447](https://github.com/acrmp/foodcritic/pull/447) ([jkeiser](https://github.com/jkeiser))
77
+ - Use latest gherkin for faster installs [\#447](https://github.com/acrmp/foodcritic/pull/447) ([jkeiser](https://github.com/jkeiser))
83
78
 
84
79
  ## [v6.1.0](https://github.com/acrmp/foodcritic/tree/v6.1.0) (2016-04-06)
85
-
86
80
  [Full Changelog](https://github.com/acrmp/foodcritic/compare/v6.0.1...v6.1.0)
87
81
 
88
82
  **Implemented enhancements:**
89
83
 
90
- - Don't require cucumber and rubocop to run rake [#444](https://github.com/acrmp/foodcritic/pull/444) ([jkeiser](https://github.com/jkeiser))
91
- - Add metadata for Chef 12.7.2 and update instructions [#427](https://github.com/acrmp/foodcritic/pull/427) ([tas50](https://github.com/tas50))
92
- - Add 12.8.1 metadata + update metadata process [#438](https://github.com/acrmp/foodcritic/pull/438) ([tas50](https://github.com/tas50))
84
+ - Don't require cucumber and rubocop to run rake [\#444](https://github.com/acrmp/foodcritic/pull/444) ([jkeiser](https://github.com/jkeiser))
85
+ - Add 12.8.1 metadata + update metadata process [\#438](https://github.com/acrmp/foodcritic/pull/438) ([tas50](https://github.com/tas50))
86
+ - Add metadata for Chef 12.7.2 and update instructions [\#427](https://github.com/acrmp/foodcritic/pull/427) ([tas50](https://github.com/tas50))
93
87
 
94
- **Merged pull requests:**
88
+ **Fixed bugs:**
95
89
 
96
- - Include gemspec and Gemfiles in distributed gem for ease of working with / running tests [#443](https://github.com/acrmp/foodcritic/pull/443) ([jkeiser](https://github.com/jkeiser))
97
- - Test on Ruby 2.3.0 [#439](https://github.com/acrmp/foodcritic/pull/439) ([tas50](https://github.com/tas50))
98
- - Rake.last_comment was depreciated in Rake11\. [#434](https://github.com/acrmp/foodcritic/pull/434) ([gkuchta](https://github.com/gkuchta))
90
+ - Rake.last\_comment was depreciated in Rake11. [\#434](https://github.com/acrmp/foodcritic/pull/434) ([gkuchta](https://github.com/gkuchta))
99
91
 
100
92
  ## [v6.0.1](https://github.com/acrmp/foodcritic/tree/v6.0.1) (2016-02-22)
101
-
102
93
  [Full Changelog](https://github.com/acrmp/foodcritic/compare/v6.0.0...v6.0.1)
103
94
 
104
95
  **Implemented enhancements:**
105
96
 
106
- - Check for URLs that are helpful to the Supermarket [#421](https://github.com/acrmp/foodcritic/pull/421) ([nathenharvey](https://github.com/nathenharvey))
97
+ - Check for URLs that are helpful to the Supermarket [\#421](https://github.com/acrmp/foodcritic/pull/421) ([nathenharvey](https://github.com/nathenharvey))
107
98
 
108
99
  **Fixed bugs:**
109
100
 
110
- - Fix FC058 false positives [#423](https://github.com/acrmp/foodcritic/pull/423) ([jaym](https://github.com/jaym))
111
-
112
- ## v6.0.0 (14 January, 2016)
113
-
114
- Features:
115
-
116
- - Added FC055 to ensure that metadata.rb contains a maintainer
117
- - Added FC056 to ensure that metadata.rb contains a maintainer_email
118
- - Added FC057 to ensure that library providers include use_inline_resources
119
- - Added FC058 to ensure that library providers that include use_inline_resources and action_
120
-
121
- <name> methods</name>
122
-
123
- - Added FC059 to ensure that LWRPs include use_inline_resources
124
-
125
- - Added FC060 to ensure that LWRPs don't use bad action methods
126
-
127
- - Added FC061 to ensure that the cookbook version is valid
128
-
129
- - Added FC062 to ensure that metadata includes a version
130
-
131
- - Added FC063 to ensure that a cookbook doesn't depend on itself in the metadata
132
-
133
- - Added DSL metadata for Chef 12.5.1 and 12.6.0
134
-
135
- - Added new chef11 and chef12 tags for rules related to changes in those Chef releases
136
-
137
- - Added Oracle as an equivalent platform for the RHEL platform family in FC024
138
-
139
- - Removed the Mustache pin to 0.99 in the Gemfile since we require Ruby 2.0+ now
140
-
141
- Bugfixes:
142
-
143
- - Renamed FC045 from 'Consider setting cookbook name in metadata' to 'Metadata does not contain cookbook name' as Chef 12 requires name metadata
144
- - Renamed FC015 from 'Consider converting definition to a LWRP' to 'Consider converting definition to a Custom Resource' since 12.5+ Custom Resources are a prefered pattern over LWRPs now
145
- - Changed FC045's annoyances tag to a correctness tag as name in metadata is now a requirement not an annoyance
146
- - Fixed the Rake tasks
147
- - Fixed FC048 incorrectly firing when a method name included "system"
148
-
149
- ## 5.0.0 (17 September, 2015)
150
-
151
- Features:
152
-
153
- - DSL metadata updated for Chef 11.18.x and up to Chef 12.4.1\. ([related issue](https://github.com/acrmp/foodcritic/issues/362)).
154
- - Set default `chef_version` to 12.4.1 ([related issue](https://github.com/acrmp/foodcritic/pull/364)).
155
- - add warnings for use of recommends/suggests. ([related issue](https://github.com/acrmp/foodcritic/pull/309)).
156
- - Show progress with --progress ([related issue](https://github.com/acrmp/foodcritic/pull/244)).
157
- - Added -l option to list enabled rules and descriptions ([related issue](https://github.com/acrmp/foodcritic/pull/285)).
158
-
159
- Bugfixes:
160
-
161
- - Fixed `node.force_default` and `node.force_override` along with many other methods on Chef::Node::Attribute that `Chef::Node#method_missing` was forwarding methods to. ([related issue](https://github.com/acrmp/foodcritic/pull/364)).
162
- - merge default options before check instead of during intialization (in Rake task) ([related issue](https://github.com/acrmp/foodcritic/pull/321)).
163
- - Fix UTF-8 errors in template checking ([related issue](https://github.com/acrmp/foodcritic/pull/317)).
164
- - Make FC041 smarter about CURL usage ([related issue](https://github.com/acrmp/foodcritic/pull/313)).
165
- - pinned moustache gem to 0.99 for ruby 1.9.3 compatibility Thanks @jdmundrawala
166
- - Added metadata for missing Chef 11 versions. Thanks @jdmundrawala
167
- - [FC044: Avoid bare attribute keys](http://acrmp.github.com/foodcritic/#FC044) would fire on parameterized attributes. Thanks @odcinek
168
- - [FC048: Prefer Mixlib::ShellOut](http://foodcritic.io/#FC048) would false positive on system attribute of user resource. Thanks @odcinek
169
- - Handle flagging binary files properly. Thanks @odcinek
170
- - [FC002: Avoid string interpolation where not required](http://acrmp.github.com/foodcritic/#FC002) would erroneously trigger on heredoc on ruby 2.2 Thanks @ryansouza and @odcinek
171
-
172
- Other:
173
-
174
- - 1.9.3 is removed from the travis matrix and no longer supported ([related issue](https://github.com/acrmp/foodcritic/pull/315)).
175
- - 1.9.3 compat is removed from the gemspec (v4.0.0 will be the last version that will install on 1.9.3) ([related issue](https://github.com/acrmp/foodcritic/pull/377)).
176
- - removed cookbooks no longer present in the chef-cookbooks repo from regression tests
177
-
178
- ## 4.0.0 (12th June, 2014)
179
-
180
- Features:
181
-
182
- - AST parsing is cached with a LRU cache, significantly reducing execution time ([related issue](https://github.com/acrmp/foodcritic/issues/200)). Thanks @dougbarth.
183
- - [FC001: Use strings in preference to symbols to access node attributes](http://foodcritic.io/#FC001) rule re-instated ([related issue](https://github.com/acrmp/foodcritic/issues/97)). Thanks @sethvargo.
184
- - Relaxed nokogiri and yajl-ruby dependencies for bundling with other gems ([related issue](https://github.com/acrmp/foodcritic/issues/217)) ([related issue](https://github.com/acrmp/foodcritic/issues/197)). Thanks @lamont-granquist, @elgalu.
185
- - DSL metadata for Chef versions 11.6.2 through 11.10.4 added ([related issue](https://github.com/acrmp/foodcritic/issues/220)). Thanks @lamont-granquist.
186
- - Improved rake task output on failure ([related issue](https://github.com/acrmp/foodcritic/issues/190)). Thanks @mlafeldt.
187
- - Allow rake task description to be specified ([related issue](https://github.com/acrmp/foodcritic/issues/190)). Thanks @mlafeldt.
188
- - Allow the rake task to use context output ([related issue](https://github.com/acrmp/foodcritic/issues/204)). Thanks @docwhat.
189
- - Add support for excluding paths at the command line with `-X` ([related issue](https://github.com/acrmp/foodcritic/issues/207)). Thanks @juanje, @docwhat.
190
-
191
- Bugfixes:
192
-
193
- - [FC003: Check whether you are running with chef server before using server-specific features](http://foodcritic.io/#FC003) would warn incorrectly against ternary expressions ([related issue](https://github.com/acrmp/foodcritic/issues/185)). Thanks @zts.
194
- - [FC006: Mode should be quoted or fully specified when setting file permissions](http://foodcritic.io/#FC006) would warn incorrectly if the mode was a reference to an array ([related issue](https://github.com/acrmp/foodcritic/issues/211)). Thanks @zts.
195
- - [FC022: Resource condition within loop may not behave as expected](http://foodcritic.io/#FC022) could warn incorrectly if the resource guard contained a loop ([related issue](https://github.com/acrmp/foodcritic/issues/69)). Thanks @jaymzh.
196
- - [FC022: Resource condition within loop may not behave as expected](http://foodcritic.io/#FC022) could warn incorrectly against definitions ([related issue](https://github.com/acrmp/foodcritic/issues/195)). Thanks @bpaquet.
197
- - [FC034: Unused template variables](http://foodcritic.io/#FC034) could warn incorrectly when different templates may be used based on platform.
198
- - [FC040: Execute resource used to run git commands](http://foodcritic.io/#FC040) would fail to warn for subsequent resources ([related issue](https://github.com/acrmp/foodcritic/issues/186)). Thanks @nkammah.
199
- - [FC047: Attribute assignment does not specify precedence](http://foodcritic.io/#FC047) would warn incorrectly on force attributes ([related issue](https://github.com/acrmp/foodcritic/issues/226)). Thanks @v-a.
200
-
201
- Other:
202
-
203
- - Ruby 1.9.2 support has been removed.
204
- - The default DSL metadata version has been bumped to 11.10.4 ([related issue](https://github.com/acrmp/foodcritic/issues/210)). Thanks @kmshultz.
205
-
206
- ## 3.0.3 (13th October, 2013)
207
-
208
- Bugfixes:
209
-
210
- - [FC051: Template partials loop indefinitely](http://foodcritic.io/#FC051) would cause an error for partials included from a subdirectory or where the partial did not exist ([related issue](https://github.com/acrmp/foodcritic/issues/176)). Thanks @claco, @michaelglass.
211
-
212
- ## 3.0.2 (5th October, 2013)
213
-
214
- Bugfixes:
215
-
216
- - [FC051: Template partials loop indefinitely](http://foodcritic.io/#FC051) can cause foodcritic to exit with an error on encountering a file that cannot be read as UTF-8\. We now explicitly exclude `.DS_Store` and `*.swp` as a workaround ([related issue](https://github.com/acrmp/foodcritic/issues/172)). Thanks @tmatilai, @claco.
217
- - [FC022: Resource condition within loop may not behave as expected](http://foodcritic.io/#FC022) would warn incorrectly against loops where the block accepts more than one argument ([related issue](https://github.com/acrmp/foodcritic/issues/69)). Thanks @Ips1975, @jaymzh.
218
-
219
- ## 3.0.1 (25th September, 2013)
220
-
221
- Other:
222
-
223
- - Rake version constraint removed to make packaging easier for users who deploy foodcritic alongside Omnibus Chef.
224
-
225
- ## 3.0.0 (14th September, 2013)
226
-
227
- Features:
228
-
229
- - [FC047: Attribute assignment does not specify precedence](http://foodcritic.io/#FC047) rule added ([related issue](https://github.com/acrmp/foodcritic/issues/81)). Thanks @jtimberman, @miketheman.
230
- - [FC048: Prefer Mixlib::ShellOut](http://foodcritic.io/#FC048) rule added ([related issue](https://github.com/acrmp/foodcritic/issues/111)). Thanks @jaymzh.
231
- - [FC049: Role name does not match containing file name](http://foodcritic.io/#FC049) rule added ([related issue](https://github.com/acrmp/foodcritic/issues/19)). Thanks @jaymzh.
232
- - [FC050: Name includes invalid characters](http://foodcritic.io/#FC050) rule added.
233
- - [FC051: Template partials loop indefinitely](http://foodcritic.io/#FC051) rule added.
234
- - Added support for checking Chef environment and role files ([related issue](https://github.com/acrmp/foodcritic/issues/19)). Thanks @jaymzh.
235
- - Added metadata for Chef 11.6.0.
236
- - API methods `#field`, `#field_value` and `#templates_included` added.
237
- - The API now exposes access to whether individual warnings should be viewed as failures ([related issue](https://github.com/acrmp/foodcritic/issues/150)). Thanks @jamesdburgess.
238
-
239
- Bugfixes:
240
-
241
- - [FC007: Ensure recipe dependencies are reflected in cookbook metadata](http://foodcritic.io/#FC007) would warn if specifying dependencies in a multi-line word list with leading whitespace ([related issue](https://github.com/acrmp/foodcritic/issues/160)). Thanks to @philk for identifying and fixing this issue.
242
- - [FC007: Ensure recipe dependencies are reflected in cookbook metadata](http://foodcritic.io/#FC007) would not warn if `include_recipe` used parentheses ([related issue](https://github.com/acrmp/foodcritic/issues/155)). Thanks @jamesdburgess.
243
- - [FC017: LWRP does not notify when updated](http://foodcritic.io/#FC017) would warn even if `converge_by` or `use_inline_resources` was used ([related issue](https://github.com/acrmp/foodcritic/issues/90)). Thanks @stevendanna, @nevir.
244
- - [FC017: LWRP does not notify when updated](http://foodcritic.io/#FC017) would not warn if any action within the provider notified. Updated to report against actions individually ([related issue](https://github.com/acrmp/foodcritic/issues/90)).
245
- - [FC019: Access node attributes in a consistent manner](http://foodcritic.io/#FC019) would warn incorrectly against `node.run_state` ([related issue](https://github.com/acrmp/foodcritic/issues/66)). Thanks @jtimberman.
246
- - [FC033: Missing template](http://foodcritic.io/#FC033) would warn if the template filename began with a dot ([related issue](https://github.com/acrmp/foodcritic/issues/165)). Thanks @eherot.
247
- - [FC034: Unused template variables](http://foodcritic.io/#FC034) would warn incorrectly if variables were used by partials ([related issue](https://github.com/acrmp/foodcritic/issues/140)). Thanks to @v-a for implementing initial support for partials.
248
- - [FC034: Unused template variables](http://foodcritic.io/#FC034) would not be shown against inferred templates.
249
- - [FC038: Invalid resource action](http://foodcritic.io/#FC038) would warn incorrectly for log resources that specified a `write` action ([related issue](https://github.com/acrmp/foodcritic/issues/154)). Thanks @sethvargo.
250
- - The foodcritic gem was missing a dependency on rake which broke thor-foodcritic ([related issue](https://github.com/acrmp/foodcritic/issues/157)). Thanks @douglaswth.
251
- - Template warnings should now be shown against the correct line number. Previously warnings were always shown against line 1 ([related issue](https://github.com/acrmp/foodcritic/issues/102)). Thanks @juliandunn.
252
- - The `#declared_dependencies` API method could return duplicates for old versions of LibXML. ([related issue](https://github.com/acrmp/foodcritic/issues/163)). Thanks @danleyden.
253
-
254
- Other:
255
-
256
- - This release introduces breaking changes to programmatic use of foodcritic.
257
-
258
- ## 2.2.0 (10th July, 2013)
259
-
260
- Features:
261
-
262
- - Additional rules may now be shipped as gems. Files matching the path `foodcritic/rules/**/*.rb` will be loaded if the `--search-gems` option is specified ([related issue](https://github.com/acrmp/foodcritic/issues/143)). Thanks to @rteabeault for implementing this feature.
263
- - You can now control the rules applied to individual cookbooks by including a `.foodcritic` file at the root of your cookbook with the tags you want checked ([related issue](https://github.com/acrmp/foodcritic/issues/141)). Thanks to @sabat for implementing this feature.
264
- - The [project license](https://github.com/acrmp/foodcritic/blob/master/LICENSE) is now included in the built gem ([related issue](https://github.com/acrmp/foodcritic/issues/145)). Thanks @stefanor.
265
- - Foodcritic no longer uses the `rak` gem to generate output with context ([related issue](https://github.com/acrmp/foodcritic/issues/146)). Thanks to @stefanor for re-implementing context output to remove this dependency.
266
- - A man page is now included with foodcritic in [ronn-format](http://rtomayko.github.io/ronn/). Thanks @stefanor.
267
-
268
- Bugfixes:
269
-
270
- - Definitions are now included in the files that are linted ([related issue](https://github.com/acrmp/foodcritic/issues/142)). Thanks @bpaquet.
271
- - [FC009: Resource attribute not recognised](http://acrmp.github.com/foodcritic/#FC009) would warn against Windows-specific resource attributes ([related issue](https://github.com/acrmp/foodcritic/issues/135)). Thanks @stormtrooperguy.
272
- - [FC011: Missing README in markdown format](http://acrmp.github.com/foodcritic/#FC011) was not shown when outputting with context enabled ([related issue](https://github.com/acrmp/foodcritic/issues/146)). Thanks @stefanor.
273
- - [FC014: Consider extracting long ruby_block to library](http://acrmp.github.com/foodcritic/#FC014) previously used the number of AST nodes to determine block length. This was a poor proxy for length and this rule has been updated to warn if the number of lines > 15 ([related issue](https://github.com/acrmp/foodcritic/issues/130)). Thanks @adamjk-dev.
274
- - [FC014: Consider extracting long ruby_block to library](http://acrmp.github.com/foodcritic/#FC014) would warn against other blocks incorrectly ([related issue](https://github.com/acrmp/foodcritic/issues/130)). Thanks @adamjk-dev.
275
- - [FC014: Consider extracting long ruby_block to library](http://acrmp.github.com/foodcritic/#FC014) would raise an error if the ruby_block did not contain a nested `block` attribute ([related issue](https://github.com/acrmp/foodcritic/issues/139)). Thanks @stevendanna.
276
- - [FC033: Missing template](http://acrmp.github.com/foodcritic/#FC033) would warn when the template file did not have an erb extension ([related issue](https://github.com/acrmp/foodcritic/issues/131)). Thanks @nvwls.
277
- - [FC034: Unused template variables](http://acrmp.github.com/foodcritic/#FC034) would warn when the template file did not have an erb extension ([related issue](https://github.com/acrmp/foodcritic/issues/131)). Thanks @nvwls.
101
+ - Fix FC058 false positives [\#423](https://github.com/acrmp/foodcritic/pull/423) ([jaym](https://github.com/jaym))
278
102
 
279
- ## 2.1.0 (17th April, 2013)
103
+ ## [v6.0.0](https://github.com/acrmp/foodcritic/tree/v6.0.0) (2016-01-14)
104
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v5.0.0...v6.0.0)
280
105
 
281
- Features:
282
-
283
- - DSL metadata will now reflect the version of Chef selected with `--chef-version`. For example this means that [FC009: Resource attribute not recognised](http://acrmp.github.com/foodcritic/#FC009) will warn about attributes not present in the specified version of Chef.
284
-
285
- Bugfixes:
286
-
287
- - [FC045: Consider setting cookbook name in metadata](http://acrmp.github.com/foodcritic/#FC045) would warn incorrectly and other rules would fail to work when activesupport had been loaded ([related issue](https://github.com/acrmp/foodcritic/issues/118)). This affected Berkshelf users. Thanks @scalp42 and @c-nolic.
288
- - Upgrade the version of Gherkin dependency to avoid deprecation warnings ([related issue](https://github.com/acrmp/foodcritic/pull/122)). Thanks @tmatilai.
289
-
290
- Other:
291
-
292
- - Known to run on MRI 2.0.0 - added to Travis CI matrix.
293
-
294
- ## 2.0.1 (31st March, 2013)
295
-
296
- Bugfixes:
297
-
298
- - Matches that should be ignored were not if the rule implementation used the `cookbook` block ([related issue](https://github.com/acrmp/foodcritic/issues/119)).
299
- - [FC033: Missing Template](http://acrmp.github.com/foodcritic/#FC033) would warn incorrectly when the template resource was nested within another resource ([related issue](https://github.com/acrmp/foodcritic/issues/96)). Thanks @justinforce.
300
- - The `#resource_attributes` API method now copes with nested resources.
301
-
302
- ## 2.0.0 (24th March, 2013)
303
-
304
- Features
305
-
306
- - Support added for ignoring individual matches. To ignore a match add a comment to the affected line in your cookbook of the format `# ~FC006` ([related issue](https://github.com/acrmp/foodcritic/issues/119)). Big thanks to @grosser.
307
- - Command line help now specifies the tag to use to fail the build on any rule match ([related issue](https://github.com/acrmp/foodcritic/issues/108)). Thanks @grosser.
308
- - FC046: Attribute assignment uses assign unless nil rule added ([related issue](https://github.com/acrmp/foodcritic/issues/52)). Thanks @jaymzh.
309
-
310
- Bugfixes:
311
-
312
- - [FC003: Check whether you are running with chef server before using server-specific features](http://acrmp.github.com/foodcritic/#FC003) updated to recognise checks that use return ([related issue](https://github.com/acrmp/foodcritic/issues/92)). Thanks @sethvargo, @miketheman.
313
- - [FC003: Check whether you are running with chef server before using server-specific features](http://acrmp.github.com/foodcritic/#FC003) updated to recognise checks that test for Chef Solo with alternation ([related issue](https://github.com/acrmp/foodcritic/issues/103)). Thanks @promisedlandt.
314
- - [FC017: LWRP does not notify when updated](http://acrmp.github.com/foodcritic/#FC017) modified to no longer warn when a notification is made without parentheses ([related issue](https://github.com/acrmp/foodcritic/issues/121)). Thanks @justinforce.
315
- - [FC019: Access node attributes in a consistent manner](http://acrmp.github.com/foodcritic/#FC019) would previously only show warnings for the first matching file.
316
- - [FC019: Access node attributes in a consistent manner](http://acrmp.github.com/foodcritic/#FC019) updated to avoid showing a false positive where a search is passed an argument based on a node attribute accessed with a string.
317
- - [FC019: Access node attributes in a consistent manner](http://acrmp.github.com/foodcritic/#FC019) updated to exclude specs, removing a source of false positives.
318
- - [FC019: Access node attributes in a consistent manner](http://acrmp.github.com/foodcritic/#FC019) fixed regression in var_ref handling.
319
- - [FC019: Access node attributes in a consistent manner](http://acrmp.github.com/foodcritic/#FC019) updated to not trigger on quoted symbols ([related issue](https://github.com/acrmp/foodcritic/issues/88)). Thanks @spheromak.
320
- - [FC024: Consider adding platform equivalents](http://acrmp.github.com/foodcritic/#FC024) updated to only warn about platform equivalents that are listed in the cookbook metadata ([related issue](https://github.com/acrmp/foodcritic/issues/59)). Thanks @tknerr.
321
- - [FC037: Invalid notification action](http://acrmp.github.com/foodcritic/#FC037) would cause foodcritic to halt with an error when a notification action was specified as an expression ([related issue](https://github.com/acrmp/foodcritic/issues/104)). Thanks @jaymzh.
322
- - [FC040: Execute resource used to run git commands](http://acrmp.github.com/foodcritic/#FC040) updated to not match if the git command cannot be expressed as a `git` resource. ([related issue](https://github.com/acrmp/foodcritic/pull/98)). Thanks @trobrock for raising this issue and implementing the fix.
323
- - [FC043: Prefer new notification syntax](http://acrmp.github.com/foodcritic/#FC043) updated to apply only to Chef versions >= 0.9.10 ([related issue](https://github.com/acrmp/foodcritic/issues/114)). Thanks @iainbeeston.
324
- - [FC044: Avoid bare attribute keys](http://acrmp.github.com/foodcritic/#FC044) changed to not raise false positives against block variables ([related issue](https://github.com/acrmp/foodcritic/issues/105)). Thanks @jaymzh.
325
-
326
- Other:
327
-
328
- - The `--repl` command line flag has been removed. This feature little used and was problematic for users attempting to use newer versions of pry or guard ([related issue](https://github.com/acrmp/foodcritic/issues/50)). Thanks @jperry, @miketheman, @jtimberman.
329
- - The `os_command?` api method has been removed.
330
- - The deprecated `cookbook_path` and `valid_path?` methods have been removed. This may cause breakage if you are using foodcritic programatically from Ruby. Please update your code to use the `cookbook_paths` and `valid_paths?` methods instead.
331
- - Added regression test for expected output against opscode-cookbooks. Run `bundle exec rake regressions` to perform this test.
332
-
333
- ## 1.7.0 (27th December, 2012)
334
-
335
- Features
336
-
337
- - [FC038: Invalid resource action](http://acrmp.github.com/foodcritic/#FC038) rule added ([related issue](https://github.com/acrmp/foodcritic/issues/61)). Thanks @jaymzh.
338
- - [FC039: Node method cannot be accessed with key](http://acrmp.github.com/foodcritic/#FC039) rule added.
339
- - [FC040: Execute resource used to run git commands](http://acrmp.github.com/foodcritic/#FC040) rule stolen from Etsy rules (ETSY003) ([related issue](https://github.com/acrmp/foodcritic/issues/72)). Thanks @jonlives.
340
- - [FC041: Execute resource used to run curl or wget commands](http://acrmp.github.com/foodcritic/#FC041) rule stolen from Etsy rules (ETSY002) ([related issue](https://github.com/acrmp/foodcritic/issues/73)). Thanks @jonlives.
341
- - [FC042: Prefer include_recipe](http://acrmp.github.com/foodcritic/#FC042) rule added ([related issue](https://github.com/acrmp/foodcritic/pull/77)). Thanks @pwelch.
342
- - [FC043: Prefer new notification syntax](http://acrmp.github.com/foodcritic/#FC043) rule added ([related issue](https://github.com/acrmp/foodcritic/issues/80)). Thanks @jtimberman.
343
- - [FC044: Avoid bare attribute keys](http://acrmp.github.com/foodcritic/#FC044) rule added ([related issue](https://github.com/acrmp/foodcritic/issues/75)). Thanks @jtimberman.
344
- - [FC045: Consider setting cookbook name in metadata](http://acrmp.github.com/foodcritic/#FC045) rule added ([related issue](https://github.com/acrmp/foodcritic/issues/64)). Thanks @miketheman.
345
- - Linter `#check` method no longer requires options to be explicitly passed if you are using the defaults ([related issue](https://github.com/acrmp/foodcritic/pull/71)). Thanks @kreynolds.
346
-
347
- Bugfixes:
348
-
349
- - Bump version of Nokogiri to [fix installation failure on Ubuntu 12.10](https://github.com/sparklemotion/nokogiri/issues/680) ([related issue](https://github.com/acrmp/foodcritic/issues/83)). Thanks @dracoater.
350
- - Support added for quoted symbols as notification actions ([related issue](https://github.com/acrmp/foodcritic/pull/94)). Thanks @ohm.
351
- - Add `spec/**/*` and `features/**/*` to default rake task `:exclude_paths` ([related issue](https://github.com/acrmp/foodcritic/pull/84)). Thanks @fnichol.
352
- - Remove unnecessary whitespace from rake task output ([related issue](https://github.com/acrmp/foodcritic/pull/78)). Thanks @ketan.
353
- - Removed [FC001: Use strings in preference to symbols to access node attributes](http://acrmp.github.com/foodcritic/#FC001) ([related issue](https://github.com/acrmp/foodcritic/issues/86)). Thanks @jtimberman.
354
- - [FC003: Check whether you are running with chef server before using server-specific features](http://acrmp.github.com/foodcritic/#FC003) updated to also match `unless` ([related issue](https://github.com/acrmp/foodcritic/issues/58)). Thanks @cap10morgan.
355
- - Decode numeric attributes. This could cause [FC005: Avoid repetition of resource declarations](http://acrmp.github.com/foodcritic/#FC005) to warn incorrectly ([related issue](https://github.com/acrmp/foodcritic/issues/79)). Thanks @masterkorp.
356
- - Recognise attributes correctly within a block. This could cause [FC005: Avoid repetition of resource declarations](http://acrmp.github.com/foodcritic/#FC005) to warn incorrectly ([related issue](https://github.com/acrmp/foodcritic/issues/76)). Thanks @masterkorp.
357
- - [FC009: Resource attribute not recognised](http://acrmp.github.com/foodcritic/#FC009) would warn incorrectly on methods used within a resource block ([related issue](https://github.com/acrmp/foodcritic/issues/85)). Thanks @arangamani.
358
- - [FC019: Access node attributes in a consistent manner](http://acrmp.github.com/foodcritic/#FC019) would warn incorrectly when referencing node attributes from a user-created hash. ([related issue](https://github.com/acrmp/foodcritic/issues/54)). Thanks @schubert.
359
- - [FC033: Missing Template](http://acrmp.github.com/foodcritic/#FC033) would warn incorrectly when using templates from another cookbook ([related issue](https://github.com/acrmp/foodcritic/issues/74)). Thanks @woohgit.
360
-
361
- ## 1.6.1 (31st August, 2012)
362
-
363
- Bugfixes:
364
-
365
- - [FC030: Cookbook contains debugger breakpoints](http://acrmp.github.com/foodcritic/#FC030) could prevent other rules from processing depending on the tags passed.
366
- - [FC037: Invalid notification action](http://acrmp.github.com/foodcritic/#FC037) would incorrectly warn against `subscribes` notifications ([related issue](https://github.com/acrmp/foodcritic/issues/65)). Thanks @jtimberman.
367
-
368
- ## 1.6.0 (28th August, 2012)
369
-
370
- Bugfixes:
371
-
372
- - Removed FC035: Template uses node attribute directly. For a discussion of the reasons for removal see the [related issue](https://github.com/acrmp/foodcritic/issues/60).
373
-
374
- ## 1.5.1 (21st August, 2012)
375
-
376
- Bugfixes:
377
-
378
- - Remove pry-doc dependency to resolve pry version conflict.
379
-
380
- ## 1.5.0 (21st August, 2012)
381
-
382
- Features:
383
-
384
- - [FC033: Missing template](http://acrmp.github.com/foodcritic/#FC033) rule added.
385
- - [FC034: Unused template variables](http://acrmp.github.com/foodcritic/#FC034) rule added ([related issue](https://github.com/acrmp/foodcritic/issues/36)).
386
- - [FC035: Template uses node attribute directly](http://acrmp.github.com/foodcritic/#FC035) rule added. This is a style rule that may prove controversial.
387
- - [FC037: Invalid notification action](http://acrmp.github.com/foodcritic/#FC037) rule added.
388
- - The `#read_ast` API method now supports Erb templates.
389
- - API method `#resource_action?` added.
390
- - DSL extended to include `library`, `metadata` and `template`.
391
-
392
- Bugfixes:
393
-
394
- - [FC020: Conditional execution string attribute looks like Ruby](http://acrmp.github.com/foodcritic/#FC033) rule has been removed as unreliable.
395
- - The `#attribute_access` API method now correctly allows a type of `:any`.
396
- - The `#notifications` API method now supports notifications enclosed in braces ([related issue](https://github.com/etsy/foodcritic-rules/issues/3)).
397
- - Ensure command-line help is shown when an invalid option is passed. Thanks to @juanje for finding and fixing this issue.
398
-
399
- ## 1.4.0 (15th June, 2012)
400
-
401
- Features:
402
-
403
- - [FC027: Resource sets internal attribute](http://acrmp.github.com/foodcritic/#FC027) rule added. Thanks @macros.
404
- - [FC028: Incorrect #platform? usage](http://acrmp.github.com/foodcritic/#FC028) rule added.
405
- - [FC029: No leading cookbook name in recipe metadata](http://acrmp.github.com/foodcritic/#FC029) rule added.
406
- - [FC030: Cookbook contains debugger breakpoints](http://acrmp.github.com/foodcritic/#FC030) rule added ([related issue](https://github.com/acrmp/foodcritic/issues/36)). Thanks @bryanwb.
407
- - [FC031: Cookbook without metadata file](http://acrmp.github.com/foodcritic/#FC031) rule added ([related issue](https://github.com/acrmp/foodcritic/issues/43)). Thanks to @juanje for proposing and implementing this rule.
408
- - [FC032: Invalid notification timing](http://acrmp.github.com/foodcritic/#FC032) rule added.
409
- - Added the [notifications](http://acrmp.github.com/foodcritic/#notifications) API method to provide more convenient access to resource notifications ([related issue](https://github.com/acrmp/foodcritic/issues/31)).
410
-
411
- Bugfixes:
106
+ **Implemented enhancements:**
412
107
 
413
- - [FC003: Check whether you are running with chef server before using server-specific features](http://acrmp.github.com/foodcritic/#FC003) would warn if solo was checked for with `Chef::Config.solo` ([related issue](https://github.com/acrmp/foodcritic/issues/26)). Thanks to @miketheman for identifying and fixing this issue.
414
- - [FC007: Ensure recipe dependencies are reflected in cookbook metadata](http://acrmp.github.com/foodcritic/#FC007) would incorrectly warn if the cookbook name specified for `include_recipe` was dynamic ([related issue](https://github.com/acrmp/foodcritic/issues/44)). Thanks @markjreed.
415
- - [FC019: Access node attributes in a consistent manner](http://acrmp.github.com/foodcritic/#FC019) has been modified to no longer warn if the method called on node is called explicitly with brackets ([related issue](https://github.com/acrmp/foodcritic/issues/22)). Thanks @jaymzh.
416
- - The [resource_attributes](http://acrmp.github.com/foodcritic/#resource_attributes) API method has been updated to return boolean values correctly.
108
+ - Cookbook version is specified in metadata [\#347](https://github.com/acrmp/foodcritic/issues/347)
109
+ - FC035 - Templates, Style [\#62](https://github.com/acrmp/foodcritic/issues/62)
110
+ - Add Chef 12.6.0 metadata [\#417](https://github.com/acrmp/foodcritic/pull/417) ([tas50](https://github.com/tas50))
111
+ - New Rule 61 - valid cookbook version [\#405](https://github.com/acrmp/foodcritic/pull/405) ([lamont-granquist](https://github.com/lamont-granquist))
112
+ - Require Oracle as a RHEL equiv [\#404](https://github.com/acrmp/foodcritic/pull/404) ([tas50](https://github.com/tas50))
113
+ - Suggest updating from definitions to custom resources [\#403](https://github.com/acrmp/foodcritic/pull/403) ([tas50](https://github.com/tas50))
114
+ - add checks for correct use of use\_inline\_resources [\#402](https://github.com/acrmp/foodcritic/pull/402) ([lamont-granquist](https://github.com/lamont-granquist))
115
+ - Add new tags for rules [\#401](https://github.com/acrmp/foodcritic/pull/401) ([tas50](https://github.com/tas50))
116
+ - Rename FC045 since Chef 12 requires name metadata [\#399](https://github.com/acrmp/foodcritic/pull/399) ([tas50](https://github.com/tas50))
117
+ - Add Chef 12.5.1 metadata [\#397](https://github.com/acrmp/foodcritic/pull/397) ([tas50](https://github.com/tas50))
118
+ - Add self-dependency warning [\#328](https://github.com/acrmp/foodcritic/pull/328) ([lamont-granquist](https://github.com/lamont-granquist))
417
119
 
418
- ## 1.3.1 (9th June, 2012)
120
+ **Fixed bugs:**
419
121
 
420
- Bugfixes:
122
+ - Time to cut a release? [\#344](https://github.com/acrmp/foodcritic/issues/344)
123
+ - FC048: Warn within a provider block, refs \#365 [\#413](https://github.com/acrmp/foodcritic/pull/413) ([acrmp](https://github.com/acrmp))
124
+ - use\_inline\_resources checks apply to Chef 11+ [\#410](https://github.com/acrmp/foodcritic/pull/410) ([tas50](https://github.com/tas50))
125
+ - fix for edge condition with 061 [\#408](https://github.com/acrmp/foodcritic/pull/408) ([lamont-granquist](https://github.com/lamont-granquist))
126
+ - Rake options override default options [\#382](https://github.com/acrmp/foodcritic/pull/382) ([pkang](https://github.com/pkang))
421
127
 
422
- - Changes made to support multiple cookbook paths in 1.3.0 broke compatibility with earlier versions of the linting API. This release restores compatibility with third party code that uses the linter `#cookbook_path` or `#valid_path?` methods.
423
- - The Nokogiri dependency constraint has been locked to 1.5.0 again as Nokogiri 1.5.3 also appears to segfault in certain circumstances.
128
+ **Closed issues:**
424
129
 
425
- ## 1.3.0 (21st May, 2012)
130
+ - Chef Docs vs Foodcritic 4.x [\#354](https://github.com/acrmp/foodcritic/issues/354)
131
+ - Github pages have drifted from foodcritic.io [\#332](https://github.com/acrmp/foodcritic/issues/332)
132
+ - FC001 is re-enabled thus http://www.foodcritic.io/ is out-of-date [\#330](https://github.com/acrmp/foodcritic/issues/330)
426
133
 
427
- Features:
134
+ ## [v5.0.0](https://github.com/acrmp/foodcritic/tree/v5.0.0) (2015-09-17)
135
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v4.0.0...v5.0.0)
428
136
 
429
- - [FC026: Conditional execution block attribute contains only string](http://acrmp.github.com/foodcritic/#FC026) rule added ([related issue](https://github.com/acrmp/foodcritic/issues/30)). Thanks to @mkocher for proposing this rule.
430
- - Foodcritic now accepts multiple cookbook paths as arguments and supports linting of individual files only. Big thanks to @cgriego for these changes. These lay the groundwork for his new [guard-foodcritic](https://github.com/cgriego/guard-foodcritic) project.
137
+ **Implemented enhancements:**
431
138
 
432
- Bugfixes:
139
+ - Support for a magic comment to temporarily disable a rule [\#259](https://github.com/acrmp/foodcritic/issues/259)
140
+ - FC007 false positive on depending on the cookbook currently being parsed [\#242](https://github.com/acrmp/foodcritic/issues/242)
141
+ - Create a rule for "execute resource used to install packages" [\#180](https://github.com/acrmp/foodcritic/issues/180)
142
+ - New Rule Proposal: uid/gid should be integer [\#53](https://github.com/acrmp/foodcritic/issues/53)
143
+ - merge default options before check instead of during intialization [\#321](https://github.com/acrmp/foodcritic/pull/321) ([ranjib](https://github.com/ranjib))
433
144
 
434
- - [FC003: Check whether you are running with chef server before using server-specific features](http://acrmp.github.com/foodcritic/#FC003) would still warn if solo was checked for as a string ([related issue](https://github.com/acrmp/foodcritic/issues/26)). Thanks to @miketheman for identifying and fixing this issue.
435
- - [FC019: Access node attributes in a consistent manner](http://acrmp.github.com/foodcritic/#FC019) would warn when the node object had been re-opened for extension ([related issue](https://github.com/acrmp/foodcritic/issues/22)). Thanks @jaymzh.
436
- - [FC020: Conditional execution string attribute looks like Ruby](http://acrmp.github.com/foodcritic/#FC020) updated to not warn against strings that appear to contain file paths or Windows `net use` ([related issue](https://github.com/acrmp/foodcritic/issues/30)). Thanks @eherot and @mconigliaro.
437
- - [FC022: Resource condition within loop may not behave as expected](http://acrmp.github.com/foodcritic/#FC022) would warn incorrectly if the resource name was set directly to the block variable rather than being a string expression ([related issue](https://github.com/acrmp/foodcritic/issues/29)). Thanks @eherot.
438
- - The [resource_attributes](http://acrmp.github.com/foodcritic/#resource_attributes) API method has been updated to return the AST for resource notifications ([related issue](https://github.com/acrmp/foodcritic/issues/31)). Thanks @jonlives.
145
+ **Fixed bugs:**
439
146
 
440
- Other:
147
+ - Fix FC031 and FC045 and metadata.rb vs metadata.json issues [\#369](https://github.com/acrmp/foodcritic/issues/369)
148
+ - FC007 false positive on depending on the cookbook currently being parsed [\#242](https://github.com/acrmp/foodcritic/issues/242)
149
+ - FC010 Test failures due to missing search support [\#199](https://github.com/acrmp/foodcritic/issues/199)
150
+ - 'lazy' causes false-positive in FC009 - on previous line [\#189](https://github.com/acrmp/foodcritic/issues/189)
151
+ - FC051 tries to validate temp files of the editors [\#172](https://github.com/acrmp/foodcritic/issues/172)
441
152
 
442
- - [Etsy have open-sourced their Foodcritic rules](https://github.com/etsy/foodcritic-rules). You should definitely check these out.
443
- - The effective Chef version for determining the rules to apply has been bumped to 0.10.10.
153
+ ## [v4.0.0](https://github.com/acrmp/foodcritic/tree/v4.0.0) (2014-06-11)
154
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v3.0.3...v4.0.0)
444
155
 
445
- ## 1.2.0 (21st April, 2012)
156
+ ## [v3.0.3](https://github.com/acrmp/foodcritic/tree/v3.0.3) (2013-10-13)
157
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v3.0.2...v3.0.3)
446
158
 
447
- Features:
159
+ ## [v3.0.2](https://github.com/acrmp/foodcritic/tree/v3.0.2) (2013-10-05)
160
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v3.0.1...v3.0.2)
448
161
 
449
- - [FC025: Prefer chef_gem to compile-time gem install](http://acrmp.github.com/foodcritic/#FC025) rule added.
450
- - Rules can now declare which versions of Chef they `apply_to`. The new command line argument `-c` (`--chef-version`) should be used to specify the effective Chef version.
162
+ ## [v3.0.1](https://github.com/acrmp/foodcritic/tree/v3.0.1) (2013-09-25)
163
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v3.0.0...v3.0.1)
451
164
 
452
- Bugfixes:
165
+ **Implemented enhancements:**
453
166
 
454
- - [FC001: Use strings in preference to symbols to access node attributes](http://acrmp.github.com/foodcritic/#FC001) could show false positives when using Chef search.
455
- - [FC001: Use strings in preference to symbols to access node attributes](http://acrmp.github.com/foodcritic/#FC001) would overlook the use of symbols to access node attributes when passing template variables.
456
- - [FC002: Avoid string interpolation where not required](http://acrmp.github.com/foodcritic/#FC002) fixed to no longer ignore the first keypair in a Hash ([related issue](https://github.com/acrmp/foodcritic/issues/24)). Thanks @Ips1975.
457
- - [FC004: Use a service resource to start and stop services](http://acrmp.github.com/foodcritic/#FC004) modified not to warn if the action is not supported by the `service` resource.
458
- - [FC005: Avoid repetition of resource declarations](http://acrmp.github.com/foodcritic/#FC005) modified not to warn when resources are branched within conditionals or provider actions.
459
- - [FC007: Ensure recipe dependencies are reflected in cookbook metadata](http://acrmp.github.com/foodcritic/#FC007) modified to ignore the use of `include_recipe` with embedded expressions.
460
- - [FC023: Prefer conditional attributes](http://acrmp.github.com/foodcritic/#FC023) modified not to warn if the conditional expression has an `else`.
461
- - The `resource_attributes` API method has been updated to return block attributes which were previously ignored ([related issue](https://github.com/acrmp/foodcritic/issues/23)). Thanks @jonlives.
167
+ - Roles rules [\#19](https://github.com/acrmp/foodcritic/issues/19)
462
168
 
463
- ## 1.1.0 (25th March, 2012)
169
+ ## [v3.0.0](https://github.com/acrmp/foodcritic/tree/v3.0.0) (2013-09-14)
170
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v2.2.0...v3.0.0)
464
171
 
465
- Features:
172
+ **Implemented enhancements:**
466
173
 
467
- - [FC024: Consider adding platform equivalents](http://acrmp.github.com/foodcritic/#FC024) rule added.
468
- - When writing new rules it is no longer necessary to explicitly map matching AST nodes to matches. You can now just return the AST nodes.
174
+ - Provide a comprehensive list of `tags` somewhere on the docs [\#63](https://github.com/acrmp/foodcritic/issues/63)
469
175
 
470
- Bugfixes:
176
+ **Fixed bugs:**
471
177
 
472
- - The `cookbook_name` method now reflects the cookbook name if specified in metadata. This prevents a warning from being shown by [FC007: Ensure recipe dependencies are reflected in cookbook metadata](http://acrmp.github.com/foodcritic/#FC007) if the cookbook is in a differently named directory.
473
- - The `declared_dependencies` method previously would intermix version strings in the list of cookbook names.
178
+ - FC001, FC019 shouldn't match on node.run\_state [\#66](https://github.com/acrmp/foodcritic/issues/66)
474
179
 
475
- Other:
180
+ ## [v2.2.0](https://github.com/acrmp/foodcritic/tree/v2.2.0) (2013-07-10)
181
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v2.1.0...v2.2.0)
476
182
 
477
- - Chef 0.10.10 will include a new DSL method for defining a `default_action` for resources. Rule [FC016: LWRP does not declare a default action](http://acrmp.github.com/foodcritic/#FC016) has been updated to recognise the DSL change.
478
- - Nokogiri dependency constraint changed to no longer lock to 1.5.0 as their next release should include the fix for custom XPath functions.
183
+ ## [v2.1.0](https://github.com/acrmp/foodcritic/tree/v2.1.0) (2013-04-16)
184
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v2.0.1...v2.1.0)
479
185
 
480
- ## 1.0.1 (15th March, 2012)
186
+ **Implemented enhancements:**
481
187
 
482
- Bugfixes:
188
+ - New Rule Proposal: ||= considered harmful with attributes [\#52](https://github.com/acrmp/foodcritic/issues/52)
189
+ - Would like to be able to exempt rules in cookbooks [\#10](https://github.com/acrmp/foodcritic/issues/10)
483
190
 
484
- - Nokogiri 1.5.1 and 1.5.2 cause a segfault so prevent their use until a fix is released ([related issue](https://github.com/acrmp/foodcritic/issues/18)). Thanks @miah.
191
+ ## [v2.0.1](https://github.com/acrmp/foodcritic/tree/v2.0.1) (2013-03-31)
192
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v2.0.0...v2.0.1)
485
193
 
486
- ## 1.0.0 (4th March, 2012)
194
+ ## [v2.0.0](https://github.com/acrmp/foodcritic/tree/v2.0.0) (2013-03-24)
195
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v1.7.0...v2.0.0)
487
196
 
488
- Features:
197
+ **Implemented enhancements:**
489
198
 
490
- - New `-I` option added to specify the path to your own custom rules ([related issue](https://github.com/acrmp/foodcritic/issues/8)).
491
- - The [Rule API](https://github.com/acrmp/foodcritic/blob/v1.0.0/lib/foodcritic/api.rb) was previously not supported and subject to change without warning. From this release it will now follow the [same versioning policy](http://docs.rubygems.org/read/chapter/7) as the command line interface.
492
- - A version flag (--version or -V) has been added ([related issue](https://github.com/acrmp/foodcritic/issues/16)).
199
+ - New Rule: Check for existence of 'name' in metadata.rb [\#64](https://github.com/acrmp/foodcritic/issues/64)
200
+ - New Rule: action ":none" vs ":nothing" [\#61](https://github.com/acrmp/foodcritic/issues/61)
493
201
 
494
- Bugfixes:
202
+ **Fixed bugs:**
495
203
 
496
- - The evaluation of rule tags has been updated to be consistent with Cucumber. The major version number of foodcritic has been bumped to indicate that this is a breaking change. If you make use of tags (for example in a CI build) you may need to update your syntax. See the [related issue](https://github.com/acrmp/foodcritic/issues/11) for more information. Thanks @jaymzh.
497
- - [FC003: Check whether you are running with chef server before using server-specific features](http://acrmp.github.com/foodcritic/#FC003) has been updated to correctly identify the new version of chef-solo-search ([related issue](https://github.com/acrmp/foodcritic/issues/17)).
204
+ - Incorrectly decoding attributes within a block [\#76](https://github.com/acrmp/foodcritic/issues/76)
205
+ - FC003 doesn't match unless statements [\#58](https://github.com/acrmp/foodcritic/issues/58)
206
+ - FC019 triggered on internal recipe hash key as symbol instead of node [\#54](https://github.com/acrmp/foodcritic/issues/54)
498
207
 
499
- ## 0.11.1 (29th February, 2012)
208
+ ## [v1.7.0](https://github.com/acrmp/foodcritic/tree/v1.7.0) (2012-12-27)
209
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v1.6.1...v1.7.0)
500
210
 
501
- Bugfixes:
211
+ **Fixed bugs:**
502
212
 
503
- - Foodcritic could fail to activate yajl-json in some circumstances, failing with a runtime error. Whether this occurred was dependent on the version of yajl-ruby activated by Chef, which would vary dependent on the other gems installed on the system. See the [related issue](https://github.com/acrmp/foodcritic/issues/14) for more information. Thanks @jaymzh for identifying the issue and striving to get Foodcritic playing well with Omnibus.
213
+ - FC037 false positive for subscribes [\#65](https://github.com/acrmp/foodcritic/issues/65)
214
+ - Foodcritic not being fully deterministic. [\#55](https://github.com/acrmp/foodcritic/issues/55)
504
215
 
505
- ## 0.11.0 (22nd February, 2012)
216
+ ## [v1.6.1](https://github.com/acrmp/foodcritic/tree/v1.6.1) (2012-08-30)
217
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v1.6.0...v1.6.1)
506
218
 
507
- Bugfixes:
219
+ ## [v1.6.0](https://github.com/acrmp/foodcritic/tree/v1.6.0) (2012-08-28)
220
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v1.5.0...v1.6.0)
508
221
 
509
- - Major bugfix to [FC006: Mode should be quoted or fully specified when setting file permissions](http://acrmp.github.com/foodcritic/#FC006). In earlier versions a four-digit literal file mode that set the first octet would not have been picked up by this rule ([related issue](https://github.com/acrmp/foodcritic/pull/9)). Thanks @aia for finding and fixing this bug. Check your cookbooks against FC006 after upgrading to see if you are affected.
222
+ **Implemented enhancements:**
510
223
 
511
- ## 0.10.0 (20th February, 2012)
224
+ - Thoughts on more style-y lint checks [\#15](https://github.com/acrmp/foodcritic/issues/15)
512
225
 
513
- Features:
226
+ **Fixed bugs:**
514
227
 
515
- - Performance improvements.
516
- - [FC023: Prefer conditional attributes](http://acrmp.github.com/foodcritic/#FC023) rule added. Stolen from @ampledata with thanks.
517
- - New `-S` option added to allow an alternate search grammar to be specified.
228
+ - FC020 triggered on non-ruby shell command [\#30](https://github.com/acrmp/foodcritic/issues/30)
229
+ - Incorrect FC019 alarms [\#22](https://github.com/acrmp/foodcritic/issues/22)
518
230
 
519
- Other:
231
+ ## [v1.5.0](https://github.com/acrmp/foodcritic/tree/v1.5.0) (2012-08-20)
232
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v1.5.1...v1.5.0)
520
233
 
521
- - Chef is no longer loaded at startup for performance reasons. Foodcritic now ships with Chef DSL metadata.
234
+ ## [v1.5.1](https://github.com/acrmp/foodcritic/tree/v1.5.1) (2012-08-20)
235
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v1.4.0...v1.5.1)
522
236
 
523
- ## 0.9.0 (26th January, 2012)
237
+ **Fixed bugs:**
524
238
 
525
- Features:
239
+ - FC007 should not be triggered by include\_recipe "\#{cookbook\_name}::blah" [\#44](https://github.com/acrmp/foodcritic/issues/44)
240
+ - FC022 block name check appears to be too simplistic [\#29](https://github.com/acrmp/foodcritic/issues/29)
526
241
 
527
- - New experimental `-C` option added to output context for rule matches.
528
- - [FC021: Resource condition in provider may not behave as expected](http://acrmp.github.com/foodcritic/#FC021) rule added.
529
- - [FC022: Resource condition within loop may not behave as expected](http://acrmp.github.com/foodcritic/#FC022) rule added.
242
+ ## [v1.4.0](https://github.com/acrmp/foodcritic/tree/v1.4.0) (2012-06-15)
243
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v1.3.1...v1.4.0)
530
244
 
531
- Bugfixes:
245
+ ## [v1.3.1](https://github.com/acrmp/foodcritic/tree/v1.3.1) (2012-06-09)
246
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v1.3.0...v1.3.1)
532
247
 
533
- - [FC005: Avoid repetition of resource declarations](http://acrmp.github.com/foodcritic/#FC005) rule modified to only warn when there are at least three _consecutive_ resources of the same type that could be 'rolled up' into a loop.
534
- - [FC016: LWRP does not declare a default action](http://acrmp.github.com/foodcritic/#FC016) rule restored. Thanks @stevendanna
535
- - [FC019: Access node attributes in a consistent manner](http://acrmp.github.com/foodcritic/#FC019) rule modified to no longer treat DSL mixin methods as auto-vivified attributes. Identification of least used access method should now be accurate.
248
+ **Implemented enhancements:**
536
249
 
537
- Other:
250
+ - catch pry breakpoints [\#36](https://github.com/acrmp/foodcritic/issues/36)
538
251
 
539
- - [FC020: Conditional execution string attribute looks like Ruby](http://acrmp.github.com/foodcritic/#FC020) rule now grabs conditions from within single quotes.
252
+ **Fixed bugs:**
540
253
 
541
- ## 0.8.1 (20th January, 2012)
254
+ - resource\_attributes should show all of the relevant part of the AST [\#31](https://github.com/acrmp/foodcritic/issues/31)
255
+ - FC003 is triggered, despite being handled [\#26](https://github.com/acrmp/foodcritic/issues/26)
542
256
 
543
- Bugfixes:
257
+ ## [v1.3.0](https://github.com/acrmp/foodcritic/tree/v1.3.0) (2012-05-21)
258
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v1.2.0...v1.3.0)
544
259
 
545
- - [FC019: Access node attributes in a consistent manner](http://acrmp.github.com/foodcritic/#FC019) modified to avoid false positives on methods invoked on values in a Mash.
260
+ ## [v1.2.0](https://github.com/acrmp/foodcritic/tree/v1.2.0) (2012-04-21)
261
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v1.1.0...v1.2.0)
546
262
 
547
- ## 0.8.0 (19th January, 2012)
263
+ ## [v1.1.0](https://github.com/acrmp/foodcritic/tree/v1.1.0) (2012-03-25)
264
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v1.0.1...v1.1.0)
548
265
 
549
- Features:
266
+ **Fixed bugs:**
550
267
 
551
- - [FC019: Access node attributes in a consistent manner](http://acrmp.github.com/foodcritic/#FC019) rule added.
552
- - [FC020: Conditional execution string attribute looks like Ruby](http://acrmp.github.com/foodcritic/#FC020) rule added.
268
+ - ruby segfault / foodcritic 1.0.0 / nokogiri 1.5.2 [\#18](https://github.com/acrmp/foodcritic/issues/18)
553
269
 
554
- Other:
270
+ ## [v1.0.1](https://github.com/acrmp/foodcritic/tree/v1.0.1) (2012-03-15)
271
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v1.0.0...v1.0.1)
555
272
 
556
- - Rule 'FC016: LWRP does not declare a default action' was incorrectly checking the provider for a default action rather than the resource. Removed this rule temporarily to avoid showing false positives. A user has patched this and will be submitting a pull request shortly.
273
+ **Implemented enhancements:**
557
274
 
558
- ## 0.7.0 (31st December, 2011)
275
+ - rules in code? [\#8](https://github.com/acrmp/foodcritic/issues/8)
559
276
 
560
- Features:
277
+ ## [v1.0.0](https://github.com/acrmp/foodcritic/tree/v1.0.0) (2012-03-04)
278
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v0.11.1...v1.0.0)
561
279
 
562
- - New `-f` option added to allow you to specify which warnings should result in the build being failed. See the new documentation on [using Foodcritic in Continuous Integration](http://acrmp.github.com/foodcritic/#ci) for more information.
563
- - New `-r` option added to drop you into the Pry REPL to interactively develop rules. See the updated documentation on [Writing a new rule](http://acrmp.github.com/foodcritic/#writing-a-new-rule) for more information.
280
+ **Implemented enhancements:**
564
281
 
565
- Bugfixes:
282
+ - Foodcritic doesn't have a -v [\#16](https://github.com/acrmp/foodcritic/issues/16)
566
283
 
567
- - [FC003: Check whether you are running with chef server before using server-specific features](http://acrmp.github.com/foodcritic/#FC003) rule modified to not warn if the [edelight chef-solo-search library](https://github.com/edelight/chef-solo-search) has been installed. Thanks @tobami.
568
- - [FC007: Ensure recipe dependencies are reflected in cookbook metadata](http://acrmp.github.com/foodcritic/#FC007) rule modified to flag undeclared dependencies against the offending file rather than metadata.rb.
569
- - Removed the unused description field from the rule dsl.
284
+ **Fixed bugs:**
570
285
 
571
- Other:
286
+ - FC003: Recognise updated chef-solo-search [\#17](https://github.com/acrmp/foodcritic/issues/17)
287
+ - foodcritic v10 and v11 have conflicting yajl-ruby dependencies with chef [\#14](https://github.com/acrmp/foodcritic/issues/14)
572
288
 
573
- - Project features now run much faster, running in-process by default. You can set an environment variable (`FC_FORK_PROCESS`) to specify that Cucumber runs should match the earlier behaviour and spawn a separate process using Aruba.
289
+ ## [v0.11.1](https://github.com/acrmp/foodcritic/tree/v0.11.1) (2012-02-29)
290
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v0.11.0...v0.11.1)
574
291
 
575
- ## 0.6.0 (18th December, 2011)
292
+ **Implemented enhancements:**
576
293
 
577
- Features:
294
+ - Want "all" arg to '-f' option. [\#11](https://github.com/acrmp/foodcritic/issues/11)
578
295
 
579
- - [FC001: Use strings in preference to symbols to access node attributes](http://acrmp.github.com/foodcritic/#FC001) rule added.
580
- - [FC004: Use a service resource to start and stop services](http://acrmp.github.com/foodcritic/#FC004) rule extended to recognise upstart and invoke-rc.d.
581
- - [FC011: Missing README in markdown format](http://acrmp.github.com/foodcritic/#FC011) rule added.
582
- - [FC012: Use Markdown for README rather than RDoc](http://acrmp.github.com/foodcritic/#FC012) rule added.
583
- - [FC013: Use file_cache_path rather than hard-coding tmp paths](http://acrmp.github.com/foodcritic/#FC013) rule added.
584
- - [FC014: Consider extracting long ruby_block to library](http://acrmp.github.com/foodcritic/#FC014) rule added.
585
- - [FC015: Consider converting definition to a LWRP](http://acrmp.github.com/foodcritic/#FC015) rule added.
586
- - [FC016: LWRP does not declare a default action](http://acrmp.github.com/foodcritic/#FC016) rule added.
587
- - [FC017: LWRP does not notify when updated](http://acrmp.github.com/foodcritic/#FC017) rule added.
588
- - [FC018: LWRP uses deprecated notification syntax](http://acrmp.github.com/foodcritic/#FC018) rule added.
296
+ **Fixed bugs:**
589
297
 
590
- Bugfixes:
298
+ - Epic fail fail? [\#13](https://github.com/acrmp/foodcritic/issues/13)
591
299
 
592
- - Ensure warnings are line sorted numerically. Commit eb1762fd0fbf99fa513783d7838ceac0147c37bc
593
- - [FC005: Avoid repetition of resource declarations](http://acrmp.github.com/foodcritic/#FC005) rule made less aggressive.
300
+ ## [v0.11.0](https://github.com/acrmp/foodcritic/tree/v0.11.0) (2012-02-22)
301
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v0.10.0...v0.11.0)
594
302
 
595
- ## 0.5.2 (15th December, 2011)
303
+ **Fixed bugs:**
596
304
 
597
- Bugfixes:
305
+ - Numeric value for mode should be 5 digits \(CHEF-174\) [\#9](https://github.com/acrmp/foodcritic/pull/9) ([aia](https://github.com/aia))
598
306
 
599
- - Fix JSON version range for compatibility with Bundler / Chef 0.10.6\. ([related issue](https://github.com/acrmp/foodcritic/issues/6)). Thanks @dysinger.
307
+ ## [v0.10.0](https://github.com/acrmp/foodcritic/tree/v0.10.0) (2012-02-20)
308
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v0.9.0...v0.10.0)
600
309
 
601
- ## 0.5.1 (14th December, 2011)
310
+ ## [v0.9.0](https://github.com/acrmp/foodcritic/tree/v0.9.0) (2012-01-26)
311
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v0.8.1...v0.9.0)
602
312
 
603
- Features:
313
+ ## [v0.8.1](https://github.com/acrmp/foodcritic/tree/v0.8.1) (2012-01-20)
314
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v0.8.0...v0.8.1)
604
315
 
605
- - Relaxed Ruby version constraint so we can run on 1.9.2 ([related issue](https://github.com/acrmp/foodcritic/issues/5)). Yay. Thanks @someara.
316
+ ## [v0.8.0](https://github.com/acrmp/foodcritic/tree/v0.8.0) (2012-01-19)
317
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v0.7.0...v0.8.0)
606
318
 
607
- ## 0.5.0 (13th December, 2011)
319
+ **Fixed bugs:**
608
320
 
609
- Features:
321
+ - Don't raise FC003 warning if chef-solo-search is installed [\#7](https://github.com/acrmp/foodcritic/issues/7)
610
322
 
611
- - Added the ability to choose rules to apply via tags ([related issue](https://github.com/acrmp/foodcritic/issues/4)). This uses the same syntax as [Cucumber tag expressions](https://github.com/cucumber/cucumber/wiki/tags).
612
- - [FC010: Invalid search syntax](http://acrmp.github.com/foodcritic/#FC010) rule added.
323
+ ## [v0.7.0](https://github.com/acrmp/foodcritic/tree/v0.7.0) (2011-12-31)
324
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v0.6.0...v0.7.0)
613
325
 
614
- ## 0.4.0 (10th December, 2011)
326
+ ## [v0.6.0](https://github.com/acrmp/foodcritic/tree/v0.6.0) (2011-12-18)
327
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v0.5.2...v0.6.0)
615
328
 
616
- Features:
329
+ **Fixed bugs:**
617
330
 
618
- - [Spiffy new home page and documentation](http://acrmp.github.com/foodcritic/)
619
- - [FC008: Generated cookbook metadata needs updating](http://acrmp.github.com/foodcritic/#FC008) rule added.
620
- - [FC009: Resource attribute not recognised rule added](http://acrmp.github.com/foodcritic/#FC009). This adds a dependency on the Chef gem.
621
- - Performance improvement.
331
+ - Bundler fails to resolve JSON version [\#6](https://github.com/acrmp/foodcritic/issues/6)
622
332
 
623
- Bugfixes:
333
+ ## [v0.5.2](https://github.com/acrmp/foodcritic/tree/v0.5.2) (2011-12-15)
334
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v0.5.1...v0.5.2)
624
335
 
625
- - Fixed typo in FC004 feature description ([related issue](https://github.com/acrmp/foodcritic/issues/2)). Thanks @smith.
626
- - Prevented statements within nested resource blocks from being interpreted as resource attributes.
336
+ ## [v0.5.1](https://github.com/acrmp/foodcritic/tree/v0.5.1) (2011-12-14)
337
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v0.5.0...v0.5.1)
627
338
 
628
- ## 0.3.0 (4th December, 2011)
339
+ ## [v0.5.0](https://github.com/acrmp/foodcritic/tree/v0.5.0) (2011-12-13)
340
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v0.4.0...v0.5.0)
629
341
 
630
- Features:
342
+ ## [v0.4.0](https://github.com/acrmp/foodcritic/tree/v0.4.0) (2011-12-10)
343
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v0.3.0...v0.4.0)
631
344
 
632
- - Significantly slower! But now you can write rules using [xpath or css selectors](http://nokogiri.org/).
633
- - FC006: File mode rule added.
634
- - FC007: Undeclared recipe dependencies rule added.
345
+ ## [v0.3.0](https://github.com/acrmp/foodcritic/tree/v0.3.0) (2011-12-04)
346
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v0.2.0...v0.3.0)
635
347
 
636
- ## 0.2.0 (1st December, 2011)
348
+ ## [v0.2.0](https://github.com/acrmp/foodcritic/tree/v0.2.0) (2011-12-01)
349
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v0.1.0...v0.2.0)
637
350
 
638
- Bugfixes:
351
+ ## [v0.1.0](https://github.com/acrmp/foodcritic/tree/v0.1.0) (2011-11-30)
352
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/4257264aa0bf93e3d13851ac0343a6b25ca3d316...v0.1.0)
639
353
 
640
- - Removed 'FC001: Use symbols in preference to strings to access node attributes' until a policy mechanism is introduced ([related issue](https://github.com/acrmp/foodcritic/issues/1)). Thanks @jtimberman
641
354
 
642
- ## 0.1.0 (30th November, 2011)
643
355
 
644
- Initial version.
356
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*