foodcritic 1.5.1 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/foodcritic/rules.rb +0 -7
- data/lib/foodcritic/version.rb +1 -1
- metadata +4 -4
data/lib/foodcritic/rules.rb
CHANGED
@@ -473,13 +473,6 @@ rule "FC034", "Unused template variables" do
|
|
473
473
|
end
|
474
474
|
end
|
475
475
|
|
476
|
-
rule "FC035", "Template uses node attribute directly" do
|
477
|
-
tags %w{style}
|
478
|
-
template do |ast,filename|
|
479
|
-
[file_match(filename)] unless attribute_access(ast).empty?
|
480
|
-
end
|
481
|
-
end
|
482
|
-
|
483
476
|
rule "FC037", "Invalid notification action" do
|
484
477
|
tags %w{correctness}
|
485
478
|
recipe do |ast|
|
data/lib/foodcritic/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foodcritic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-08-
|
12
|
+
date: 2012-08-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: gherkin
|
@@ -187,12 +187,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
187
187
|
version: '0'
|
188
188
|
segments:
|
189
189
|
- 0
|
190
|
-
hash:
|
190
|
+
hash: -4002614929241564583
|
191
191
|
requirements: []
|
192
192
|
rubyforge_project:
|
193
193
|
rubygems_version: 1.8.19
|
194
194
|
signing_key:
|
195
195
|
specification_version: 3
|
196
|
-
summary: foodcritic-1.
|
196
|
+
summary: foodcritic-1.6.0
|
197
197
|
test_files: []
|
198
198
|
has_rdoc:
|