foodcritic 8.1.0 → 8.2.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +206 -494
- data/Gemfile +2 -1
- data/Rakefile +2 -2
- data/chef_dsl_metadata/chef_12.16.42.json +18848 -0
- data/chef_dsl_metadata/chef_12.17.44.json +19330 -0
- data/lib/foodcritic/linter.rb +1 -1
- data/lib/foodcritic/version.rb +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a868b65eda27e5f698abd7edf4be4f1f2a176897
|
|
4
|
+
data.tar.gz: 29adaa00579e05126d419f4cf74e4f5131418c7e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da82cf39ee87a5578781375b3ac02e490ce67b3cf4a351240da2769a075b1e273d9de2e1e52927906d126123dcb63bab89f3c4da715eb4fc837907f6b89cce38
|
|
7
|
+
data.tar.gz: 3a8b84cb744bbfc077e8ac0d610ee85b620bbf38c346b321d45f1d954a237e38ba9be71aba20ecea3402faaa110f33d5c34f5a164c785709d18c50bccff627e1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,644 +1,356 @@
|
|
|
1
1
|
# FoodCritic Changelog:
|
|
2
2
|
|
|
3
|
-
## [8.
|
|
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
|
-
|
|
6
|
+
**Implemented enhancements:**
|
|
6
7
|
|
|
7
|
-
|
|
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
|
-
|
|
10
|
-
|
|
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
|
-
|
|
14
|
+
**Implemented enhancements:**
|
|
13
15
|
|
|
14
|
-
[
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
[
|
|
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
|
-
**
|
|
31
|
+
**Implemented enhancements:**
|
|
29
32
|
|
|
30
|
-
- Add Chef 12.13.37 metadata and make it the default [
|
|
31
|
-
- Add
|
|
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
|
-
|
|
36
|
+
**Fixed bugs:**
|
|
35
37
|
|
|
36
|
-
[
|
|
38
|
+
- Add missing assigment attributes [\#478](https://github.com/acrmp/foodcritic/pull/478) ([ofir-petrushka](https://github.com/ofir-petrushka))
|
|
37
39
|
|
|
38
|
-
|
|
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
|
-
|
|
41
|
-
- Readme improvements [#468](https://github.com/acrmp/foodcritic/pull/468) ([tas50](https://github.com/tas50))
|
|
43
|
+
**Implemented enhancements:**
|
|
42
44
|
|
|
43
|
-
|
|
45
|
+
- Readme improvements [\#468](https://github.com/acrmp/foodcritic/pull/468) ([tas50](https://github.com/tas50))
|
|
44
46
|
|
|
45
|
-
[
|
|
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 [
|
|
50
|
-
- Remove chef version support for Chef 0.7, 0.8, 0.9, and 0.10 [
|
|
51
|
-
- Add chef 12.11.18 metadata and make it the default [
|
|
52
|
-
- FC032 allow the new :before timing on resource notifications in Chef
|
|
53
|
-
- New
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
91
|
-
- Add
|
|
92
|
-
- Add 12.
|
|
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
|
-
**
|
|
88
|
+
**Fixed bugs:**
|
|
95
89
|
|
|
96
|
-
-
|
|
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 [
|
|
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 [
|
|
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
|
-
##
|
|
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
|
-
|
|
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
|
-
-
|
|
414
|
-
-
|
|
415
|
-
-
|
|
416
|
-
-
|
|
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
|
-
|
|
120
|
+
**Fixed bugs:**
|
|
419
121
|
|
|
420
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
443
|
-
|
|
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
|
-
##
|
|
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
|
-
|
|
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
|
-
|
|
450
|
-
|
|
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
|
-
|
|
165
|
+
**Implemented enhancements:**
|
|
453
166
|
|
|
454
|
-
-
|
|
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
|
-
##
|
|
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
|
-
|
|
172
|
+
**Implemented enhancements:**
|
|
466
173
|
|
|
467
|
-
-
|
|
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
|
-
|
|
176
|
+
**Fixed bugs:**
|
|
471
177
|
|
|
472
|
-
-
|
|
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
|
-
|
|
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
|
-
|
|
478
|
-
|
|
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
|
-
|
|
186
|
+
**Implemented enhancements:**
|
|
481
187
|
|
|
482
|
-
|
|
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
|
-
|
|
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
|
-
##
|
|
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
|
-
|
|
197
|
+
**Implemented enhancements:**
|
|
489
198
|
|
|
490
|
-
- New
|
|
491
|
-
-
|
|
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
|
-
|
|
202
|
+
**Fixed bugs:**
|
|
495
203
|
|
|
496
|
-
-
|
|
497
|
-
-
|
|
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.
|
|
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
|
-
|
|
211
|
+
**Fixed bugs:**
|
|
502
212
|
|
|
503
|
-
-
|
|
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
|
-
##
|
|
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
|
-
|
|
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
|
-
|
|
222
|
+
**Implemented enhancements:**
|
|
510
223
|
|
|
511
|
-
|
|
224
|
+
- Thoughts on more style-y lint checks [\#15](https://github.com/acrmp/foodcritic/issues/15)
|
|
512
225
|
|
|
513
|
-
|
|
226
|
+
**Fixed bugs:**
|
|
514
227
|
|
|
515
|
-
-
|
|
516
|
-
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
237
|
+
**Fixed bugs:**
|
|
524
238
|
|
|
525
|
-
|
|
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
|
-
|
|
528
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
250
|
+
- catch pry breakpoints [\#36](https://github.com/acrmp/foodcritic/issues/36)
|
|
538
251
|
|
|
539
|
-
|
|
252
|
+
**Fixed bugs:**
|
|
540
253
|
|
|
541
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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.
|
|
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
|
-
|
|
266
|
+
**Fixed bugs:**
|
|
550
267
|
|
|
551
|
-
-
|
|
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
|
-
|
|
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
|
-
|
|
273
|
+
**Implemented enhancements:**
|
|
557
274
|
|
|
558
|
-
|
|
275
|
+
- rules in code? [\#8](https://github.com/acrmp/foodcritic/issues/8)
|
|
559
276
|
|
|
560
|
-
|
|
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
|
-
|
|
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
|
-
|
|
282
|
+
- Foodcritic doesn't have a -v [\#16](https://github.com/acrmp/foodcritic/issues/16)
|
|
566
283
|
|
|
567
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
292
|
+
**Implemented enhancements:**
|
|
576
293
|
|
|
577
|
-
|
|
294
|
+
- Want "all" arg to '-f' option. [\#11](https://github.com/acrmp/foodcritic/issues/11)
|
|
578
295
|
|
|
579
|
-
|
|
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
|
-
|
|
298
|
+
- Epic fail fail? [\#13](https://github.com/acrmp/foodcritic/issues/13)
|
|
591
299
|
|
|
592
|
-
|
|
593
|
-
|
|
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
|
-
|
|
303
|
+
**Fixed bugs:**
|
|
596
304
|
|
|
597
|
-
|
|
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
|
-
|
|
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.
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
319
|
+
**Fixed bugs:**
|
|
608
320
|
|
|
609
|
-
|
|
321
|
+
- Don't raise FC003 warning if chef-solo-search is installed [\#7](https://github.com/acrmp/foodcritic/issues/7)
|
|
610
322
|
|
|
611
|
-
|
|
612
|
-
|
|
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.
|
|
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
|
-
|
|
329
|
+
**Fixed bugs:**
|
|
617
330
|
|
|
618
|
-
-
|
|
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
|
-
|
|
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
|
-
|
|
626
|
-
|
|
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.
|
|
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
|
-
|
|
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
|
-
|
|
633
|
-
|
|
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 (
|
|
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
|
-
|
|
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
|
-
|
|
356
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|