cookstyle 6.16.10 → 6.19.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/cookstyle +1 -2
- data/config/cookstyle.yml +127 -16
- data/config/disable_all.yml +8 -0
- data/config/upstream.yml +50 -3
- data/cookstyle.gemspec +1 -2
- data/lib/cookstyle.rb +7 -7
- data/lib/cookstyle/version.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/block_guard_clause_string_only.rb +1 -1
- data/lib/rubocop/cop/chef/correctness/chef_application_fatal.rb +1 -1
- data/lib/rubocop/cop/chef/correctness/conditional_ruby_shellout.rb +1 -1
- data/lib/rubocop/cop/chef/correctness/incorrect_library_injection.rb +23 -14
- data/lib/rubocop/cop/chef/correctness/invalid_platform_family_values_in_case.rb +1 -1
- data/lib/rubocop/cop/chef/correctness/invalid_platform_metadata.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/invalid_platform_values_in_case.rb +1 -1
- data/lib/rubocop/cop/chef/correctness/lazy_eval_node_attribute_defaults.rb +1 -1
- data/lib/rubocop/cop/chef/correctness/lazy_in_resource_guard.rb +67 -0
- data/lib/rubocop/cop/chef/correctness/macos_userdefaults_invalid_type.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/notifies_action_not_symbol.rb +1 -1
- data/lib/rubocop/cop/chef/correctness/property_without_type.rb +59 -0
- data/lib/rubocop/cop/chef/correctness/resource_with_none_action.rb +1 -1
- data/lib/rubocop/cop/chef/correctness/scoped_file_exist.rb +1 -1
- data/lib/rubocop/cop/chef/correctness/supports_must_be_float.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/chef_handler_supports.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/chef_rewind.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/chef_shellout.rb +86 -0
- data/lib/rubocop/cop/chef/deprecation/chef_windows_platform_helper.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/chefdk_generators.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/chefspec_coverage_report.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/chefspec_legacy_runner.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/deprecated_chefspec_platform.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/deprecated_platform_methods.rb +8 -4
- data/lib/rubocop/cop/chef/deprecation/deprecated_yum_repository_properties.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/epic_fail.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/execute_path_property.rb +51 -0
- data/lib/rubocop/cop/chef/deprecation/execute_relative_creates_without_cwd.rb +67 -0
- data/lib/rubocop/cop/chef/deprecation/inherits_compat_resource.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/legacy_notify_syntax.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/node_methods_not_attributes.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/powershell_cookbook_helpers.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/ruby_27_keyword_argument_warnings.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/ruby_block_create_action.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/search_uses_positional_parameters.rb +5 -3
- data/lib/rubocop/cop/chef/deprecation/user_supports_property.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/windows_feature_servermanagercmd.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/windows_package_installer_type_string.rb +61 -0
- data/lib/rubocop/cop/chef/deprecation/windows_task_change_action.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/windows_version_helpers.rb +4 -4
- data/lib/rubocop/cop/chef/deprecation/xml_ruby_recipe.rb +1 -1
- data/lib/rubocop/cop/chef/effortless/chef_vault_used.rb +89 -0
- data/lib/rubocop/cop/chef/effortless/depends_chef_vault.rb +49 -0
- data/lib/rubocop/cop/chef/modernize/action_method_in_resource.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/berksfile_source.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/build_essential.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/conditional_using_test.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/cron_manage_resource.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/databag_helpers.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/foodcritic_comments.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/if_provides_default_action.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/libarchive_file.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/macos_user_defaults.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/node_init_package.rb +3 -3
- data/lib/rubocop/cop/chef/modernize/node_roles_include.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/openssl_rsa_key_resource.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/openssl_x509_resource.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/osx_config_profile_resource.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/property_with_name_attribute.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/respond_to_compile_time.rb +7 -4
- data/lib/rubocop/cop/chef/modernize/respond_to_metadata.rb +5 -5
- data/lib/rubocop/cop/chef/modernize/respond_to_provides.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/respond_to_resource_name.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/shell_out_helper.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/simplify_apt_ppa_setup.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/sysctl_param_resource.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/use_multipackage_installs.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/use_require_relative.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/zypper_repo.rb +1 -1
- data/lib/rubocop/cop/chef/redundant/double_compile_time.rb +1 -1
- data/lib/rubocop/cop/chef/redundant/multiple_platform_checks.rb +1 -1
- data/lib/rubocop/cop/chef/redundant/ohai_attribute_to_string.rb +1 -1
- data/lib/rubocop/cop/chef/redundant/use_create_if_missing.rb +1 -1
- data/lib/rubocop/cop/chef/sharing/include_property_descriptions.rb +1 -1
- data/lib/rubocop/cop/chef/sharing/insecure_cookbook_url.rb +1 -1
- data/lib/rubocop/cop/chef/sharing/invalid_license_string.rb +1 -1
- data/lib/rubocop/cop/chef/style/attribute_keys.rb +1 -1
- data/lib/rubocop/cop/chef/style/chef_whaaat.rb +1 -1
- data/lib/rubocop/cop/chef/style/comment_sentence_spacing.rb +2 -2
- data/lib/rubocop/cop/chef/style/comments_copyright_format.rb +2 -2
- data/lib/rubocop/cop/chef/style/comments_default_copyright.rb +1 -1
- data/lib/rubocop/cop/chef/style/comments_format.rb +6 -13
- data/lib/rubocop/cop/chef/style/file_mode.rb +2 -2
- data/lib/rubocop/cop/chef/style/immediate_notification_timing.rb +2 -2
- data/lib/rubocop/cop/chef/style/include_recipe_with_parentheses.rb +2 -2
- data/lib/rubocop/cop/chef/style/negating_only_if.rb +2 -2
- data/lib/rubocop/cop/chef/style/overly_complex_supports_depends_metadata.rb +2 -2
- data/lib/rubocop/cop/chef/style/simplify_platform_major_version_check.rb +1 -1
- data/lib/rubocop/cop/chef/style/true_false_resource_properties.rb +2 -2
- data/lib/rubocop/cop/chef/style/unnecessary_os_check.rb +4 -4
- data/lib/rubocop/cop/chef/style/unnecessary_platform_case_statement.rb +2 -2
- data/lib/rubocop/cop/chef/style/use_platform_helpers.rb +6 -6
- metadata +12 -4
@@ -40,7 +40,7 @@ module RuboCop
|
|
40
40
|
|
41
41
|
processed_source.comments.each do |comment|
|
42
42
|
next unless comment.text.match?(/Chef [a-z]/) # https://rubular.com/r/0YzfDAbwJrDHix
|
43
|
-
add_offense(comment
|
43
|
+
add_offense(comment, message: MSG, severity: :refactor)
|
44
44
|
end
|
45
45
|
end
|
46
46
|
end
|
@@ -31,8 +31,8 @@ module RuboCop
|
|
31
31
|
|
32
32
|
processed_source.comments.each do |comment|
|
33
33
|
next unless comment.text.match?(/(.|\?)\s{2}/) # https://rubular.com/r/8o3SiDrQMJSzuU
|
34
|
-
add_offense(comment, location: comment
|
35
|
-
corrector.replace(comment
|
34
|
+
add_offense(comment, location: comment, message: MSG, severity: :refactor) do |corrector|
|
35
|
+
corrector.replace(comment, comment.text.gsub('. ', '. ').gsub('? ', '? '))
|
36
36
|
end
|
37
37
|
end
|
38
38
|
end
|
@@ -49,9 +49,9 @@ module RuboCop
|
|
49
49
|
processed_source.comments.each do |comment|
|
50
50
|
next unless comment.inline? && invalid_copyright_comment?(comment) # headers aren't in blocks
|
51
51
|
|
52
|
-
add_offense(comment, location: comment
|
52
|
+
add_offense(comment, location: comment, message: MSG, severity: :refactor) do |corrector|
|
53
53
|
correct_comment = "# Copyright:: #{copyright_date_range(comment)}, #{copyright_holder(comment)}"
|
54
|
-
corrector.replace(comment
|
54
|
+
corrector.replace(comment, correct_comment)
|
55
55
|
end
|
56
56
|
end
|
57
57
|
end
|
@@ -41,7 +41,7 @@ module RuboCop
|
|
41
41
|
processed_source.comments.each do |comment|
|
42
42
|
next unless comment.inline? && # headers aren't in blocks
|
43
43
|
/# (?:Copyright\W*).*YOUR_(NAME|COMPANY_NAME)/.match?(comment.text)
|
44
|
-
add_offense(comment
|
44
|
+
add_offense(comment, message: MSG, severity: :refactor)
|
45
45
|
end
|
46
46
|
end
|
47
47
|
end
|
@@ -44,34 +44,27 @@ module RuboCop
|
|
44
44
|
extend AutoCorrector
|
45
45
|
|
46
46
|
MSG = 'Properly format header comments'
|
47
|
+
VERBOSE_COMMENT_REGEX = /^#\s*([A-Za-z]+)\s?(?:Name|File)?(?:::)?\s(.*)/.freeze
|
48
|
+
CHEF_LIKE_COMMENT_REGEX = /^#\s*(Author|Cookbook|Library|Attribute|Copyright|Recipe|Resource|Definition|License)\s+/.freeze
|
47
49
|
|
48
50
|
def on_new_investigation
|
49
51
|
return unless processed_source.ast
|
50
52
|
|
51
53
|
processed_source.comments.each do |comment|
|
52
54
|
next if comment.loc.first_line > 10 # avoid false positives when we were checking further down the file
|
53
|
-
next unless comment.inline? &&
|
55
|
+
next unless comment.inline? && CHEF_LIKE_COMMENT_REGEX.match?(comment.text) # headers aren't in blocks
|
54
56
|
|
55
|
-
add_offense(comment
|
57
|
+
add_offense(comment, message: MSG, severity: :refactor) do |corrector|
|
56
58
|
# Extract the type and the actual value. Strip out "Name" or "File"
|
57
59
|
# 'Cookbook Name' should be 'Cookbook'. Also skip a :: if present
|
58
60
|
# https://rubular.com/r/Do9fpLWXlCmvdJ
|
59
|
-
match =
|
61
|
+
match = VERBOSE_COMMENT_REGEX.match(comment.text)
|
60
62
|
comment_type, value = match.captures
|
61
63
|
correct_comment = "# #{comment_type}:: #{value}"
|
62
|
-
corrector.replace(comment
|
64
|
+
corrector.replace(comment, correct_comment)
|
63
65
|
end
|
64
66
|
end
|
65
67
|
end
|
66
|
-
|
67
|
-
private
|
68
|
-
|
69
|
-
def invalid_comment?(comment)
|
70
|
-
comment_types = %w(Author Cookbook Library Attribute Copyright Recipe Resource Definition License)
|
71
|
-
comment_types.any? do |comment_type|
|
72
|
-
/^#\s*#{comment_type}\s+/.match(comment.text)
|
73
|
-
end
|
74
|
-
end
|
75
68
|
end
|
76
69
|
end
|
77
70
|
end
|
@@ -63,14 +63,14 @@ module RuboCop
|
|
63
63
|
|
64
64
|
def on_send(node)
|
65
65
|
resource_mode?(node) do |mode_int|
|
66
|
-
add_offense(mode_int
|
66
|
+
add_offense(mode_int, message: MSG, severity: :refactor) do |corrector|
|
67
67
|
# If it was an octal literal, make sure we write out the right number.
|
68
68
|
replacement_base = octal?(mode_int) ? 8 : 10
|
69
69
|
replacement_mode = mode_int.children.first.to_s(replacement_base)
|
70
70
|
|
71
71
|
# we build our own escaped string instead of using .inspect because that way
|
72
72
|
# we can use single quotes instead of the double quotes that .inspect adds
|
73
|
-
corrector.replace(mode_int
|
73
|
+
corrector.replace(mode_int, "\'#{replacement_mode}\'")
|
74
74
|
end
|
75
75
|
end
|
76
76
|
end
|
@@ -47,8 +47,8 @@ module RuboCop
|
|
47
47
|
|
48
48
|
def on_send(node)
|
49
49
|
immediate_notify?(node) do |timing|
|
50
|
-
add_offense(timing
|
51
|
-
corrector.replace(timing
|
50
|
+
add_offense(timing, message: MSG, severity: :refactor) do |corrector|
|
51
|
+
corrector.replace(timing, ':immediately')
|
52
52
|
end
|
53
53
|
end
|
54
54
|
end
|
@@ -47,8 +47,8 @@ module RuboCop
|
|
47
47
|
# avoid chefspec: expect(chef_run).to include_recipe('foo')
|
48
48
|
return if node.parent&.send_type?
|
49
49
|
|
50
|
-
add_offense(node
|
51
|
-
corrector.replace(node
|
50
|
+
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
51
|
+
corrector.replace(node, "include_recipe #{recipe.source}")
|
52
52
|
end
|
53
53
|
end
|
54
54
|
end
|
@@ -56,8 +56,8 @@ module RuboCop
|
|
56
56
|
return if code.descendants.first.send_type? &&
|
57
57
|
code.descendants.first.negation_method?
|
58
58
|
|
59
|
-
add_offense(node
|
60
|
-
corrector.replace(code
|
59
|
+
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
60
|
+
corrector.replace(code, code.source.gsub(/^!/, ''))
|
61
61
|
corrector.replace(only_if.source_range, 'not_if')
|
62
62
|
end
|
63
63
|
end
|
@@ -57,9 +57,9 @@ module RuboCop
|
|
57
57
|
def on_block(node)
|
58
58
|
supports_depends_array?(node) do |array, type|
|
59
59
|
return unless array.values.count < 3
|
60
|
-
add_offense(node
|
60
|
+
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
61
61
|
corrected_value = array.values.map { |x| "#{type} '#{x.source}'" }
|
62
|
-
corrector.replace(node
|
62
|
+
corrector.replace(node, corrected_value.join("\n"))
|
63
63
|
end
|
64
64
|
end
|
65
65
|
end
|
@@ -65,7 +65,7 @@ module RuboCop
|
|
65
65
|
def add_offense_to_i_if_present(node)
|
66
66
|
node = node.parent if parent_method_equals?(node, :to_i)
|
67
67
|
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
68
|
-
corrector.replace(node
|
68
|
+
corrector.replace(node, "node['platform_version'].to_i")
|
69
69
|
end
|
70
70
|
end
|
71
71
|
|
@@ -41,8 +41,8 @@ module RuboCop
|
|
41
41
|
|
42
42
|
def on_send(node)
|
43
43
|
trueclass_falseclass_property?(node) do |types|
|
44
|
-
add_offense(node
|
45
|
-
corrector.replace(types
|
44
|
+
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
45
|
+
corrector.replace(types, '[true, false]')
|
46
46
|
end
|
47
47
|
end
|
48
48
|
end
|
@@ -58,9 +58,9 @@ module RuboCop
|
|
58
58
|
def on_send(node)
|
59
59
|
os_equals?(node) do |operator, val|
|
60
60
|
return unless UNNECESSARY_OS_VALUES.include?(val.value)
|
61
|
-
add_offense(node
|
61
|
+
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
62
62
|
corrected_string = (operator == :!= ? '!' : '') + "platform_family?('#{sanitized_platform(val.value)}')"
|
63
|
-
corrector.replace(node
|
63
|
+
corrector.replace(node, corrected_string)
|
64
64
|
end
|
65
65
|
end
|
66
66
|
|
@@ -68,7 +68,7 @@ module RuboCop
|
|
68
68
|
return unless UNNECESSARY_OS_VALUES.include?(val.value)
|
69
69
|
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
70
70
|
corrected_string = "platform_family?('#{sanitized_platform(val.value)}')"
|
71
|
-
corrector.replace(node
|
71
|
+
corrector.replace(node, corrected_string)
|
72
72
|
end
|
73
73
|
end
|
74
74
|
|
@@ -79,7 +79,7 @@ module RuboCop
|
|
79
79
|
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
80
80
|
platforms = val.values.map { |x| x.str_type? ? "'#{sanitized_platform(x.value)}'" : x.source }
|
81
81
|
corrected_string = "platform_family?(#{platforms.join(', ')})"
|
82
|
-
corrector.replace(node
|
82
|
+
corrector.replace(node, corrected_string)
|
83
83
|
end
|
84
84
|
end
|
85
85
|
end
|
@@ -56,7 +56,7 @@ module RuboCop
|
|
56
56
|
def on_case(node)
|
57
57
|
platform_case?(node) do |node_, type|
|
58
58
|
return unless node&.when_branches&.count == 1
|
59
|
-
add_offense(node
|
59
|
+
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
60
60
|
# we have at least one supermarket cookbook with an entirely empty platform case statement
|
61
61
|
# we can't actually fix that so let's do nothing here.
|
62
62
|
unless empty_case_statement?(node)
|
@@ -66,7 +66,7 @@ module RuboCop
|
|
66
66
|
# while multi-line statements should just have the case and when bits replace with `if platform?('ubuntu')`
|
67
67
|
if !node.else? && !node.when_branches.first.body.multiline?
|
68
68
|
new_source = "#{node.when_branches.first.body.source} if #{type.value}?(#{condition_string})"
|
69
|
-
corrector.replace(node
|
69
|
+
corrector.replace(node, new_source)
|
70
70
|
else
|
71
71
|
# find the range from the beginning of the case to the end of the node['platform'] or node['platform_family']
|
72
72
|
case_range = node.loc.keyword.join(node_.loc.expression.end)
|
@@ -57,24 +57,24 @@ module RuboCop
|
|
57
57
|
|
58
58
|
def on_send(node)
|
59
59
|
platform_equals?(node) do |type, operator, plat|
|
60
|
-
add_offense(node
|
60
|
+
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
61
61
|
corrected_string = (operator == :!= ? '!' : '') + "#{type.value}?('#{plat.value}')"
|
62
|
-
corrector.replace(node
|
62
|
+
corrector.replace(node, corrected_string)
|
63
63
|
end
|
64
64
|
end
|
65
65
|
|
66
66
|
platform_include?(node) do |plats, type|
|
67
|
-
add_offense(node
|
67
|
+
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
68
68
|
platforms = plats.values.map { |x| x.str_type? ? "'#{x.value}'" : x.source }
|
69
69
|
corrected_string = "#{type.value}?(#{platforms.join(', ')})"
|
70
|
-
corrector.replace(node
|
70
|
+
corrector.replace(node, corrected_string)
|
71
71
|
end
|
72
72
|
end
|
73
73
|
|
74
74
|
platform_eql?(node) do |type, plat|
|
75
|
-
add_offense(node
|
75
|
+
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
76
76
|
corrected_string = "#{type.value}?('#{plat.value}')"
|
77
|
-
corrector.replace(node
|
77
|
+
corrector.replace(node, corrected_string)
|
78
78
|
end
|
79
79
|
end
|
80
80
|
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: 6.
|
4
|
+
version: 6.19.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: 2020-09-
|
12
|
+
date: 2020-09-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rubocop
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - '='
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 0.
|
20
|
+
version: 0.92.0
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - '='
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 0.
|
27
|
+
version: 0.92.0
|
28
28
|
description:
|
29
29
|
email:
|
30
30
|
- thom@chef.io
|
@@ -66,6 +66,7 @@ files:
|
|
66
66
|
- lib/rubocop/cop/chef/correctness/invalid_value_for_platform_helper.rb
|
67
67
|
- lib/rubocop/cop/chef/correctness/invalid_version_metadata.rb
|
68
68
|
- lib/rubocop/cop/chef/correctness/lazy_eval_node_attribute_defaults.rb
|
69
|
+
- lib/rubocop/cop/chef/correctness/lazy_in_resource_guard.rb
|
69
70
|
- lib/rubocop/cop/chef/correctness/macos_userdefaults_invalid_type.rb
|
70
71
|
- lib/rubocop/cop/chef/correctness/malformed_value_for_platform.rb
|
71
72
|
- lib/rubocop/cop/chef/correctness/metadata_missing_name.rb
|
@@ -75,6 +76,7 @@ files:
|
|
75
76
|
- lib/rubocop/cop/chef/correctness/notifies_action_not_symbol.rb
|
76
77
|
- lib/rubocop/cop/chef/correctness/openssl_password_helpers.rb
|
77
78
|
- lib/rubocop/cop/chef/correctness/powershell_delete_file.rb
|
79
|
+
- lib/rubocop/cop/chef/correctness/property_without_type.rb
|
78
80
|
- lib/rubocop/cop/chef/correctness/resource_sets_internal_properties.rb
|
79
81
|
- lib/rubocop/cop/chef/correctness/resource_sets_name_property.rb
|
80
82
|
- lib/rubocop/cop/chef/correctness/resource_with_none_action.rb
|
@@ -88,6 +90,7 @@ files:
|
|
88
90
|
- lib/rubocop/cop/chef/deprecation/chef_handler_supports.rb
|
89
91
|
- lib/rubocop/cop/chef/deprecation/chef_rest.rb
|
90
92
|
- lib/rubocop/cop/chef/deprecation/chef_rewind.rb
|
93
|
+
- lib/rubocop/cop/chef/deprecation/chef_shellout.rb
|
91
94
|
- lib/rubocop/cop/chef/deprecation/chef_windows_platform_helper.rb
|
92
95
|
- lib/rubocop/cop/chef/deprecation/chefdk_generators.rb
|
93
96
|
- lib/rubocop/cop/chef/deprecation/cheffile.rb
|
@@ -107,6 +110,8 @@ files:
|
|
107
110
|
- lib/rubocop/cop/chef/deprecation/eol_audit_mode.rb
|
108
111
|
- lib/rubocop/cop/chef/deprecation/epic_fail.rb
|
109
112
|
- lib/rubocop/cop/chef/deprecation/erl_call.rb
|
113
|
+
- lib/rubocop/cop/chef/deprecation/execute_path_property.rb
|
114
|
+
- lib/rubocop/cop/chef/deprecation/execute_relative_creates_without_cwd.rb
|
110
115
|
- lib/rubocop/cop/chef/deprecation/hwrp_without_provides.rb
|
111
116
|
- lib/rubocop/cop/chef/deprecation/inherits_compat_resource.rb
|
112
117
|
- lib/rubocop/cop/chef/deprecation/launchd_deprecated_hash_property.rb
|
@@ -139,12 +144,15 @@ files:
|
|
139
144
|
- lib/rubocop/cop/chef/deprecation/user_supports_property.rb
|
140
145
|
- lib/rubocop/cop/chef/deprecation/verify_property_file_expansion.rb
|
141
146
|
- lib/rubocop/cop/chef/deprecation/windows_feature_servermanagercmd.rb
|
147
|
+
- lib/rubocop/cop/chef/deprecation/windows_package_installer_type_string.rb
|
142
148
|
- lib/rubocop/cop/chef/deprecation/windows_task_change_action.rb
|
143
149
|
- lib/rubocop/cop/chef/deprecation/windows_version_helpers.rb
|
144
150
|
- lib/rubocop/cop/chef/deprecation/xml_ruby_recipe.rb
|
145
151
|
- lib/rubocop/cop/chef/deprecation/yum_dnf_compat_recipe.rb
|
146
152
|
- lib/rubocop/cop/chef/effortless/berksfile.rb
|
153
|
+
- lib/rubocop/cop/chef/effortless/chef_vault_used.rb
|
147
154
|
- lib/rubocop/cop/chef/effortless/data_bags.rb
|
155
|
+
- lib/rubocop/cop/chef/effortless/depends_chef_vault.rb
|
148
156
|
- lib/rubocop/cop/chef/effortless/node_environment.rb
|
149
157
|
- lib/rubocop/cop/chef/effortless/node_policygroup.rb
|
150
158
|
- lib/rubocop/cop/chef/effortless/node_roles.rb
|