foodcritic 6.0.0 → 6.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -2
- data/features/058_check_for_library_provider_bad_action_methods.feature +3 -3
- data/features/064_check_for_no_issues_url.feature +25 -0
- data/features/065_check_for_no_source_url.feature +25 -0
- data/features/step_definitions/cookbook_steps.rb +36 -2
- data/features/support/command_helpers.rb +2 -0
- data/features/support/cookbook_helpers.rb +2 -0
- data/lib/foodcritic/rules.rb +22 -2
- data/lib/foodcritic/version.rb +1 -1
- data/man/foodcritic.1 +81 -0
- data/spec/coverage/assets/0.10.0/application.css +799 -0
- data/spec/coverage/assets/0.10.0/application.js +1707 -0
- data/spec/coverage/assets/0.10.0/colorbox/border.png +0 -0
- data/spec/coverage/assets/0.10.0/colorbox/controls.png +0 -0
- data/spec/coverage/assets/0.10.0/colorbox/loading.gif +0 -0
- data/spec/coverage/assets/0.10.0/colorbox/loading_background.png +0 -0
- data/spec/coverage/assets/0.10.0/favicon_green.png +0 -0
- data/spec/coverage/assets/0.10.0/favicon_red.png +0 -0
- data/spec/coverage/assets/0.10.0/favicon_yellow.png +0 -0
- data/spec/coverage/assets/0.10.0/loading.gif +0 -0
- data/spec/coverage/assets/0.10.0/magnify.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/spec/coverage/index.html +72 -0
- metadata +33 -4
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,72 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html xmlns='http://www.w3.org/1999/xhtml'>
|
3
|
+
<head>
|
4
|
+
<title>Code coverage for Spec</title>
|
5
|
+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
6
|
+
<script src='./assets/0.10.0/application.js' type='text/javascript'></script>
|
7
|
+
<link href='./assets/0.10.0/application.css' media='screen, projection, print' rel='stylesheet' type='text/css'>
|
8
|
+
<link rel="shortcut icon" type="image/png" href="./assets/0.10.0/favicon_green.png" />
|
9
|
+
<link rel="icon" type="image/png" href="./assets/0.10.0/favicon.png" />
|
10
|
+
</head>
|
11
|
+
|
12
|
+
<body>
|
13
|
+
<div id="loading">
|
14
|
+
<img src="./assets/0.10.0/loading.gif" alt="loading"/>
|
15
|
+
</div>
|
16
|
+
<div id="wrapper" style="display:none;">
|
17
|
+
<div class="timestamp">Generated <abbr class="timeago" title="2015-09-10T12:17:37-07:00">2015-09-10T12:17:37-07:00</abbr></div>
|
18
|
+
<ul class="group_tabs"></ul>
|
19
|
+
|
20
|
+
<div id="content">
|
21
|
+
<div class="file_list_container" id="AllFiles">
|
22
|
+
<h2>
|
23
|
+
<span class="group_name">All Files</span>
|
24
|
+
(<span class="covered_percent"><span class="green">100.0%</span></span>
|
25
|
+
covered at
|
26
|
+
<span class="covered_strength">
|
27
|
+
<span class="red">
|
28
|
+
0.0
|
29
|
+
</span>
|
30
|
+
</span> hits/line)
|
31
|
+
</h2>
|
32
|
+
<a name="AllFiles"></a>
|
33
|
+
<div>
|
34
|
+
<b>0</b> files in total.
|
35
|
+
<b>0.0</b> relevant lines.
|
36
|
+
<span class="green"><b>0.0</b> lines covered</span> and
|
37
|
+
<span class="red"><b>0.0</b> lines missed </span>
|
38
|
+
</div>
|
39
|
+
<table class="file_list">
|
40
|
+
<thead>
|
41
|
+
<tr>
|
42
|
+
<th>File</th>
|
43
|
+
<th>% covered</th>
|
44
|
+
<th>Lines</th>
|
45
|
+
<th>Relevant Lines</th>
|
46
|
+
<th>Lines covered</th>
|
47
|
+
<th>Lines missed</th>
|
48
|
+
<th>Avg. Hits / Line</th>
|
49
|
+
</tr>
|
50
|
+
</thead>
|
51
|
+
<tbody>
|
52
|
+
|
53
|
+
</tbody>
|
54
|
+
</table>
|
55
|
+
</div>
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
</div>
|
60
|
+
|
61
|
+
<div id="footer">
|
62
|
+
Generated by <a href="http://github.com/colszowka/simplecov">simplecov</a> v0.10.0
|
63
|
+
and simplecov-html v0.10.0<br/>
|
64
|
+
using MiniTest
|
65
|
+
</div>
|
66
|
+
|
67
|
+
<div class="source_files">
|
68
|
+
|
69
|
+
</div>
|
70
|
+
</div>
|
71
|
+
</body>
|
72
|
+
</html>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foodcritic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.0.
|
4
|
+
version: 6.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Crump
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-02-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gherkin
|
@@ -253,6 +253,8 @@ files:
|
|
253
253
|
- features/061_valid_cookbook_version_should_be_defined.feature
|
254
254
|
- features/062_cookbook_should_have_cookbook_version.feature
|
255
255
|
- features/063_cookbook_incorrectly_depends_on_itself.feature
|
256
|
+
- features/064_check_for_no_issues_url.feature
|
257
|
+
- features/065_check_for_no_source_url.feature
|
256
258
|
- features/build_framework_support.feature
|
257
259
|
- features/checking_all_types_of_file.feature
|
258
260
|
- features/choose_rules_to_apply.feature
|
@@ -287,8 +289,34 @@ files:
|
|
287
289
|
- lib/foodcritic/template.rb
|
288
290
|
- lib/foodcritic/version.rb
|
289
291
|
- lib/foodcritic/xml.rb
|
292
|
+
- man/foodcritic.1
|
290
293
|
- man/foodcritic.1.ronn
|
291
294
|
- misc/lucene.treetop
|
295
|
+
- spec/coverage/assets/0.10.0/application.css
|
296
|
+
- spec/coverage/assets/0.10.0/application.js
|
297
|
+
- spec/coverage/assets/0.10.0/colorbox/border.png
|
298
|
+
- spec/coverage/assets/0.10.0/colorbox/controls.png
|
299
|
+
- spec/coverage/assets/0.10.0/colorbox/loading.gif
|
300
|
+
- spec/coverage/assets/0.10.0/colorbox/loading_background.png
|
301
|
+
- spec/coverage/assets/0.10.0/favicon_green.png
|
302
|
+
- spec/coverage/assets/0.10.0/favicon_red.png
|
303
|
+
- spec/coverage/assets/0.10.0/favicon_yellow.png
|
304
|
+
- spec/coverage/assets/0.10.0/loading.gif
|
305
|
+
- spec/coverage/assets/0.10.0/magnify.png
|
306
|
+
- spec/coverage/assets/0.10.0/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
|
307
|
+
- spec/coverage/assets/0.10.0/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
|
308
|
+
- spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
|
309
|
+
- spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
|
310
|
+
- spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_75_dadada_1x400.png
|
311
|
+
- spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
|
312
|
+
- spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
|
313
|
+
- spec/coverage/assets/0.10.0/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
|
314
|
+
- spec/coverage/assets/0.10.0/smoothness/images/ui-icons_222222_256x240.png
|
315
|
+
- spec/coverage/assets/0.10.0/smoothness/images/ui-icons_2e83ff_256x240.png
|
316
|
+
- spec/coverage/assets/0.10.0/smoothness/images/ui-icons_454545_256x240.png
|
317
|
+
- spec/coverage/assets/0.10.0/smoothness/images/ui-icons_888888_256x240.png
|
318
|
+
- spec/coverage/assets/0.10.0/smoothness/images/ui-icons_cd0a0a_256x240.png
|
319
|
+
- spec/coverage/index.html
|
292
320
|
- spec/foodcritic/api_spec.rb
|
293
321
|
- spec/foodcritic/chef_spec.rb
|
294
322
|
- spec/foodcritic/command_line_spec.rb
|
@@ -320,8 +348,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
320
348
|
version: '0'
|
321
349
|
requirements: []
|
322
350
|
rubyforge_project:
|
323
|
-
rubygems_version: 2.
|
351
|
+
rubygems_version: 2.5.1
|
324
352
|
signing_key:
|
325
353
|
specification_version: 4
|
326
|
-
summary: foodcritic-6.0.
|
354
|
+
summary: foodcritic-6.0.1
|
327
355
|
test_files: []
|
356
|
+
has_rdoc:
|