cookstyle 5.16.10 → 5.16.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/cookstyle.yml +3 -3
- data/lib/cookstyle/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d1f54db0598a337932e9af4148f10d1b6859e25299c11d768e422447c98fc70a
|
4
|
+
data.tar.gz: e0cd92fcda91ef0fb6ffde326250b71fa3aafc47cc91fa9d98cd75567931c5bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f49d0dbab8862ce77c1820c2e02ddbb8c0a5174ee5c665c6655b8534dfc95668e7aeeb0eff86a4dba077f2d8b7c9c74e21c2c383e669f80fca673502bdee515
|
7
|
+
data.tar.gz: 6f130be8ca5c343e0ea938166848206761a5a8d26e278c68151dee3601be53ca966c1311a7cc7dd415c5790d88005148a232a18216210e6bf8d8ae60fa642844
|
data/config/cookstyle.yml
CHANGED
@@ -1031,7 +1031,7 @@ ChefModernize/FoodcriticComments:
|
|
1031
1031
|
|
1032
1032
|
ChefModernize/ExecuteScExe:
|
1033
1033
|
Description: Chef Infra Client 14.0 and later includes :create, :delete, and :configure actions with the full idempotency of the windows_service resource. See the windows_service documentation at https://docs.chef.io/resource_windows_service.html for additional details on creating services with the windows_service resource
|
1034
|
-
Enabled:
|
1034
|
+
Enabled: true
|
1035
1035
|
VersionAdded: '5.16.0'
|
1036
1036
|
Exclude:
|
1037
1037
|
- '**/metadata.rb'
|
@@ -1040,7 +1040,7 @@ ChefModernize/ExecuteScExe:
|
|
1040
1040
|
|
1041
1041
|
ChefModernize/WindowsScResource:
|
1042
1042
|
Description: Chef Infra Client 14.0 and later includes :create, :delete, and :configure actions without the need for the sc cookbook dependency. See the windows_service documentation at https://docs.chef.io/resource_windows_service.html for additional details.
|
1043
|
-
Enabled:
|
1043
|
+
Enabled: true
|
1044
1044
|
VersionAdded: '5.16.0'
|
1045
1045
|
Exclude:
|
1046
1046
|
- '**/metadata.rb'
|
@@ -1049,7 +1049,7 @@ ChefModernize/WindowsScResource:
|
|
1049
1049
|
|
1050
1050
|
ChefModernize/ExecuteSleep:
|
1051
1051
|
Description: Chef Infra Client 15.5 and later include a chef_sleep resource that should be used to sleep between executing resources if necessary instead of using the bash or execute resources to run the sleep command.
|
1052
|
-
Enabled:
|
1052
|
+
Enabled: true
|
1053
1053
|
VersionAdded: '5.16.0'
|
1054
1054
|
Exclude:
|
1055
1055
|
- '**/metadata.rb'
|
data/lib/cookstyle/version.rb
CHANGED