cookstyle 7.32.0 → 7.32.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2f55c6b537df4ecc7cbab6b05962b36bfdd2be1de9c9aa2a4a75169ca6c1e03
4
- data.tar.gz: e2266d2ad7aca19c04cabe83df4f471b0226f85ec472d63bde5cf0232b327ed7
3
+ metadata.gz: 35037ddf834c7c995f3ae81181f923b8fc2c70b10686814beb82462558014fd8
4
+ data.tar.gz: 8f56143d1d34824560f24f41885a279299c5bef28913795b17531fea355e131f
5
5
  SHA512:
6
- metadata.gz: 44ca2ad6f132101f59e22c8c3b92e417a63836b37f916176cec3bdebd2bdd3547ec2ea7377b1f6f59a82a33f6e722964755583812a378ed8c4ca178a2475a96c
7
- data.tar.gz: 93286dc94bd04076ab103582a3b18bce4d0ff814876aa39283d96e279ad08febdc17da6d6267f7d93c8f01f92c4e7102ff90124b6162474020545c7b8cc6a7c4
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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Cookstyle
3
- VERSION = "7.32.0" # rubocop: disable Style/StringLiterals
3
+ VERSION = "7.32.1" # rubocop: disable Style/StringLiterals
4
4
  RUBOCOP_VERSION = '1.25.1'
5
5
  end
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.0
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-24 00:00:00.000000000 Z
12
+ date: 2022-02-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop