cookstyle 7.32.0 → 7.32.1
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 +18 -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: 35037ddf834c7c995f3ae81181f923b8fc2c70b10686814beb82462558014fd8
|
|
4
|
+
data.tar.gz: 8f56143d1d34824560f24f41885a279299c5bef28913795b17531fea355e131f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0fdf8339747df02c7c64f54f1e3a2366de8220f7e2fb5a8e96fed09c504e1e3dc54463c1fe2fa1dd408228c1dd5bc127b4441458db732d3d8a6587733521b0a
|
|
7
|
+
data.tar.gz: c56b19393c8d92fe54a5c80a8ab23eea7ada4fbac3fe301a870ece705900cfcd273f9c0fc0507dc3def3b7b0462572f888e849d3857bea3d452ad3fae9322170
|
data/config/cookstyle.yml
CHANGED
|
@@ -14,6 +14,21 @@ AllCops:
|
|
|
14
14
|
- '**/vendor/**/*'
|
|
15
15
|
- Guardfile
|
|
16
16
|
|
|
17
|
+
Layout:
|
|
18
|
+
Exclude:
|
|
19
|
+
- '**/.delivery/project.toml'
|
|
20
|
+
- '**/.delivery/config.json'
|
|
21
|
+
|
|
22
|
+
Lint:
|
|
23
|
+
Exclude:
|
|
24
|
+
- '**/.delivery/project.toml'
|
|
25
|
+
- '**/.delivery/config.json'
|
|
26
|
+
|
|
27
|
+
Style:
|
|
28
|
+
Exclude:
|
|
29
|
+
- '**/.delivery/project.toml'
|
|
30
|
+
- '**/.delivery/config.json'
|
|
31
|
+
|
|
17
32
|
###############################
|
|
18
33
|
# Chef/Style: Making cookbooks look better
|
|
19
34
|
###############################
|
|
@@ -21,6 +36,9 @@ AllCops:
|
|
|
21
36
|
Chef/Style:
|
|
22
37
|
Enabled: true
|
|
23
38
|
StyleGuideBaseURL: https://docs.chef.io/workstation/cookstyle/
|
|
39
|
+
Exclude:
|
|
40
|
+
- '**/.delivery/project.toml'
|
|
41
|
+
- '**/.delivery/config.json'
|
|
24
42
|
|
|
25
43
|
Chef/Style/AttributeKeys:
|
|
26
44
|
Description: Check which style of keys are used to access node attributes.
|
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.32.
|
|
4
|
+
version: 7.32.1
|
|
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-02-
|
|
12
|
+
date: 2022-02-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rubocop
|