cookstyle 7.30.3 → 7.30.4
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/config/cookstyle.yml +7 -0
- data/lib/cookstyle/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6043723cd21a354dc4721b561f5ce919a9769362920502b28d200f11475c1a4d
|
|
4
|
+
data.tar.gz: '08e817e80ca78e386c17ae09ed96001739ef7ef5c4e77c13495e6b6a339b637a'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 818a1516cdccadac3bc08ff587fac2ad0da22c56be22d03fd027adb540bf4cbb764852cf9d204745ea54e074f984e7c71607c70fe215d8de98ac27d395f18644
|
|
7
|
+
data.tar.gz: a9a3dc037d434165f73dc09658532094e19f744c7463ace68d610fbdfc8f9da6dfdbd1b525f4330d8d71aed00a8e40a8a1681c4f2bb677a5460dab60562bf10c
|
data/config/cookstyle.yml
CHANGED
|
@@ -12,6 +12,7 @@ AllCops:
|
|
|
12
12
|
###############################
|
|
13
13
|
|
|
14
14
|
Chef/Style:
|
|
15
|
+
Enabled: true
|
|
15
16
|
StyleGuideBaseURL: https://docs.chef.io/workstation/cookstyle/
|
|
16
17
|
|
|
17
18
|
Chef/Style/AttributeKeys:
|
|
@@ -156,6 +157,7 @@ Chef/Style/IncludeRecipeWithParentheses:
|
|
|
156
157
|
###############################
|
|
157
158
|
|
|
158
159
|
Chef/Correctness:
|
|
160
|
+
Enabled: true
|
|
159
161
|
StyleGuideBaseURL: https://docs.chef.io/workstation/cookstyle/
|
|
160
162
|
|
|
161
163
|
Chef/Correctness/ServiceResource:
|
|
@@ -529,6 +531,7 @@ Chef/Correctness/InvalidNotificationResource:
|
|
|
529
531
|
###############################
|
|
530
532
|
|
|
531
533
|
Chef/Sharing:
|
|
534
|
+
Enabled: true
|
|
532
535
|
StyleGuideBaseURL: https://docs.chef.io/workstation/cookstyle/
|
|
533
536
|
|
|
534
537
|
Chef/Sharing/InsecureCookbookURL:
|
|
@@ -597,6 +600,7 @@ Chef/Sharing/IncludeResourceExamples:
|
|
|
597
600
|
###############################
|
|
598
601
|
|
|
599
602
|
Chef/Deprecations:
|
|
603
|
+
Enabled: true
|
|
600
604
|
StyleGuideBaseURL: https://docs.chef.io/workstation/cookstyle/
|
|
601
605
|
|
|
602
606
|
Chef/Deprecations/NodeDeepFetch:
|
|
@@ -1301,6 +1305,7 @@ Chef/Deprecations/DependsOnOmnibusUpdaterCookbook:
|
|
|
1301
1305
|
###############################
|
|
1302
1306
|
|
|
1303
1307
|
Chef/Modernize:
|
|
1308
|
+
Enabled: true
|
|
1304
1309
|
StyleGuideBaseURL: https://docs.chef.io/workstation/cookstyle/
|
|
1305
1310
|
|
|
1306
1311
|
Chef/Modernize/LegacyBerksfileSource:
|
|
@@ -1973,6 +1978,7 @@ Chef/Modernize/DeclareActionClass:
|
|
|
1973
1978
|
###############################
|
|
1974
1979
|
|
|
1975
1980
|
Chef/RedundantCode:
|
|
1981
|
+
Enabled: true
|
|
1976
1982
|
StyleGuideBaseURL: https://docs.chef.io/workstation/cookstyle/
|
|
1977
1983
|
|
|
1978
1984
|
Chef/RedundantCode/ConflictsMetadata:
|
|
@@ -2195,6 +2201,7 @@ Chef/RedundantCode/DoubleCompileTime:
|
|
|
2195
2201
|
###############################
|
|
2196
2202
|
|
|
2197
2203
|
Chef/Effortless:
|
|
2204
|
+
Enabled: true
|
|
2198
2205
|
StyleGuideBaseURL: https://docs.chef.io/workstation/cookstyle/
|
|
2199
2206
|
|
|
2200
2207
|
Chef/Effortless/CookbookUsesSearch:
|
data/lib/cookstyle/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cookstyle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.30.
|
|
4
|
+
version: 7.30.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thom May
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2022-01-
|
|
12
|
+
date: 2022-01-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rubocop
|