cookstyle 7.12.3 → 7.12.5
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 +2 -0
- data/lib/cookstyle/version.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/windows_registry_uac.rb +6 -6
- 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: ff64e11eb7d5b6204670539ac299648679a0271191f3f8781193787fec6c5be2
|
|
4
|
+
data.tar.gz: 2ac49d8b00ad274279648597dc3f4f524eedf8f5124638649e54018536d6d7dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11e829e19400ed6a27dd1befd3b7ff5b393d8f98659301746e24680d6d8d9a8758c4b963c98774217c70ebb747dfd47de23eb0aac68174165ad2c9806d2e07c3
|
|
7
|
+
data.tar.gz: d1acb2e46834f72ae79337de8abec6f6547d64b6f131d8234a7c65978e23cb490de310ada247a95f86fd013934ee2dc7ceeec20fc252e7d8677b503435d71816
|
data/config/cookstyle.yml
CHANGED
|
@@ -1205,6 +1205,8 @@ Chef/Deprecations/ResourceWithoutUnifiedTrue:
|
|
|
1205
1205
|
VersionAdded: '7.12.0'
|
|
1206
1206
|
Include:
|
|
1207
1207
|
- '**/resources/*.rb'
|
|
1208
|
+
Exclude:
|
|
1209
|
+
- '**/spec/**/*.rb'
|
|
1208
1210
|
|
|
1209
1211
|
###############################
|
|
1210
1212
|
# Chef/Modernize: Cleaning up legacy code and using new built-in resources
|
data/lib/cookstyle/version.rb
CHANGED
|
@@ -32,12 +32,12 @@ module RuboCop
|
|
|
32
32
|
# action :create
|
|
33
33
|
# end
|
|
34
34
|
#
|
|
35
|
-
#
|
|
36
|
-
#
|
|
37
|
-
#
|
|
38
|
-
#
|
|
39
|
-
#
|
|
40
|
-
#
|
|
35
|
+
# #### correct
|
|
36
|
+
# windows_uac 'Set Windows UAC settings' do
|
|
37
|
+
# enable_uac false
|
|
38
|
+
# prompt_on_secure_desktop true
|
|
39
|
+
# consent_behavior_admins :no_prompt
|
|
40
|
+
# end
|
|
41
41
|
#
|
|
42
42
|
class WindowsRegistryUAC < Base
|
|
43
43
|
include RuboCop::Chef::CookbookHelpers
|
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.12.
|
|
4
|
+
version: 7.12.5
|
|
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: 2021-05-
|
|
12
|
+
date: 2021-05-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rubocop
|