foodcritic-rackspace-rules 1.2.3 → 1.3.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 +8 -8
- data/lib/foodcritic/rackspace/rules/version.rb +1 -1
- data/lib/foodcritic/rules/rules.rb +3 -3
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MWE2YmZiZmI1NDVhOGExNDM1MzVhYWMwNDkzNTllYmQ2NmQwNjRmNQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZTViNTY4ZTM0YmQ4ZGY0YzIxNDBjOGEzZDBmNTU0ODJjZGEyZmY1Yw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NDMyYWE1YjFlNDE0NTVjYmMxNGZjYWE0ODIyMGU5MTE5ZDMzNmMwZjFlMjNm
|
|
10
|
+
MDlhZGUzOWM3NTQ1Y2E1MGUwNzc0Njg3Yjc3N2QzZTU2YmJkNWNlZmE4MjVm
|
|
11
|
+
YmFlZDhmZDgwMmI5YmY3MTNlYTMzODk1Mjc4MWMxYjAzMzY1OTU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ODJiYjQyNzJmZTI3MWRiODYxNWFlYzhkM2M1YTk4ZmI0YzdkZGYyNjQ5YTVh
|
|
14
|
+
NzI5ZDM1OWQyOTJhNzA4YzkzM2ZmZWZkMTdhZjgyN2JhNGM4MDBjZjZjMDUx
|
|
15
|
+
ZDViM2Y4NTAyNDdjYjJhNmJmY2M1OTJmZTEwNWYwOGM5OGZiNTM=
|
|
@@ -72,7 +72,7 @@ end # rule
|
|
|
72
72
|
rule 'RACK003', 'Cookbook is missing a standard file' do
|
|
73
73
|
tags %w(style rackspace)
|
|
74
74
|
|
|
75
|
-
expected_files = %w(README.md metadata.rb LICENSE Gemfile Berksfile Rakefile Thorfile Guardfile .kitchen.yml .rubocop.yml )
|
|
75
|
+
expected_files = %w(README.md metadata.rb LICENSE Gemfile Berksfile Rakefile Thorfile Guardfile .kitchen.yml .rubocop.yml CHANGELOG.md )
|
|
76
76
|
|
|
77
77
|
cookbook do |path|
|
|
78
78
|
matches = []
|
|
@@ -93,7 +93,7 @@ end # rule
|
|
|
93
93
|
rule 'RACK004', 'Cookbook is missing a default test suite' do
|
|
94
94
|
tags %w(style rackspace)
|
|
95
95
|
|
|
96
|
-
search_files = %w( .kitchen.yml
|
|
96
|
+
search_files = %w( .kitchen.yml )
|
|
97
97
|
default_suite_found = false
|
|
98
98
|
|
|
99
99
|
cookbook do |path|
|
|
@@ -114,7 +114,7 @@ rule 'RACK004', 'Cookbook is missing a default test suite' do
|
|
|
114
114
|
|
|
115
115
|
if !default_suite_found
|
|
116
116
|
matches << {
|
|
117
|
-
:filename => ".kitchen.
|
|
117
|
+
:filename => ".kitchen.yml",
|
|
118
118
|
:matched => 'missing default test suite',
|
|
119
119
|
:line => 0,
|
|
120
120
|
:column => 0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foodcritic-rackspace-rules
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Martin Smith
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-10-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -91,3 +91,4 @@ signing_key:
|
|
|
91
91
|
specification_version: 4
|
|
92
92
|
summary: Foodcritic rules for rackops cookbooks or stacks
|
|
93
93
|
test_files: []
|
|
94
|
+
has_rdoc:
|