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
@@ -44,7 +44,7 @@ module RuboCop
|
|
44
44
|
def on_send(node)
|
45
45
|
application_fatal?(node) do |val|
|
46
46
|
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
47
|
-
corrector.replace(node
|
47
|
+
corrector.replace(node, "raise(#{val.source})")
|
48
48
|
end
|
49
49
|
end
|
50
50
|
end
|
@@ -58,7 +58,7 @@ module RuboCop
|
|
58
58
|
def on_block(node)
|
59
59
|
conditional_shellout?(node) do |type, val|
|
60
60
|
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
61
|
-
corrector.replace(node
|
61
|
+
corrector.replace(node, "#{type} #{val.source}")
|
62
62
|
end
|
63
63
|
end
|
64
64
|
end
|
@@ -33,30 +33,39 @@ module RuboCop
|
|
33
33
|
# ::Chef::DSL::Recipe.send(:include, Filebeat::Helpers) # covers previous Recipe & Provider classes
|
34
34
|
#
|
35
35
|
class IncorrectLibraryInjection < Base
|
36
|
+
include RangeHelp
|
36
37
|
extend AutoCorrector
|
37
38
|
|
38
39
|
MSG = 'Libraries should be injected into the Chef::DSL::Recipe class and not Chef::Recipe or Chef::Provider classes directly.'
|
39
40
|
|
40
|
-
|
41
|
-
(send
|
41
|
+
def_node_search :correct_injection?, <<-PATTERN
|
42
|
+
{(send
|
43
|
+
(const
|
44
|
+
(const
|
45
|
+
(const {cbase nil?} :Chef) :DSL) :Recipe) :send
|
46
|
+
(sym :include)
|
47
|
+
... )
|
48
|
+
(send
|
49
|
+
(const
|
50
|
+
(const
|
51
|
+
(const {cbase nil?} :Chef) :DSL) :Recipe) :include
|
52
|
+
... )}
|
42
53
|
PATTERN
|
43
54
|
|
44
|
-
def_node_matcher :
|
45
|
-
(send (const (const
|
55
|
+
def_node_matcher :legacy_injection?, <<-PATTERN
|
56
|
+
{(send (const (const {cbase nil?} :Chef) {:Recipe :Provider}) :send (sym :include) ... )
|
57
|
+
(send (const (const {cbase nil?} :Chef) {:Recipe :Provider}) :include ... )}
|
46
58
|
PATTERN
|
47
59
|
|
48
60
|
def on_send(node)
|
49
|
-
|
61
|
+
legacy_injection?(node) do
|
50
62
|
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
58
|
-
corrector.replace(node.loc.expression,
|
59
|
-
node.source.gsub(/Chef::(Provider|Recipe)/, 'Chef::DSL::Recipe'))
|
63
|
+
if node.parent && correct_injection?(node.parent)
|
64
|
+
corrector.remove(range_with_surrounding_space(range: node.loc.expression, side: :left))
|
65
|
+
else
|
66
|
+
corrector.replace(node,
|
67
|
+
node.source.gsub(/Chef::(Provider|Recipe)/, 'Chef::DSL::Recipe'))
|
68
|
+
end
|
60
69
|
end
|
61
70
|
end
|
62
71
|
end
|
@@ -56,7 +56,7 @@ module RuboCop
|
|
56
56
|
range = range_with_surrounding_comma(range_with_surrounding_space(range: con.loc.expression, side: :left), :both)
|
57
57
|
corrector.remove(range)
|
58
58
|
else
|
59
|
-
corrector.replace(con
|
59
|
+
corrector.replace(con, "'#{new_value}'")
|
60
60
|
end
|
61
61
|
end
|
62
62
|
end
|
@@ -56,7 +56,7 @@ module RuboCop
|
|
56
56
|
add_offense(plat, message: MSG, severity: :refactor) do |corrector|
|
57
57
|
correct_string = corrected_platform_source(plat)
|
58
58
|
next unless correct_string
|
59
|
-
corrector.replace(plat
|
59
|
+
corrector.replace(plat, correct_string)
|
60
60
|
end
|
61
61
|
end
|
62
62
|
end
|
@@ -68,7 +68,7 @@ module RuboCop
|
|
68
68
|
add_offense(plat, message: MSG, severity: :refactor) do |corrector|
|
69
69
|
correct_string = corrected_platform_source(plat)
|
70
70
|
next unless correct_string
|
71
|
-
corrector.replace(plat
|
71
|
+
corrector.replace(plat, correct_string)
|
72
72
|
end
|
73
73
|
end
|
74
74
|
end
|
@@ -55,7 +55,7 @@ module RuboCop
|
|
55
55
|
range = range_with_surrounding_comma(range_with_surrounding_space(range: con.loc.expression, side: :left), :both)
|
56
56
|
corrector.remove(range)
|
57
57
|
else
|
58
|
-
corrector.replace(con
|
58
|
+
corrector.replace(con, "'#{new_value}'")
|
59
59
|
end
|
60
60
|
end
|
61
61
|
end
|
@@ -43,7 +43,7 @@ module RuboCop
|
|
43
43
|
def on_send(node)
|
44
44
|
non_lazy_node_attribute_default?(node) do |default|
|
45
45
|
add_offense(default, message: MSG, severity: :refactor) do |corrector|
|
46
|
-
corrector.replace(default
|
46
|
+
corrector.replace(default, "lazy { #{default.source} }")
|
47
47
|
end
|
48
48
|
end
|
49
49
|
end
|
@@ -0,0 +1,67 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
#
|
3
|
+
# Copyright:: Copyright 2020, Chef Software Inc.
|
4
|
+
# Author:: Tim Smith (<tsmith@chef.io>)
|
5
|
+
#
|
6
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
7
|
+
# you may not use this file except in compliance with the License.
|
8
|
+
# You may obtain a copy of the License at
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
# Unless required by applicable law or agreed to in writing, software
|
13
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
+
# See the License for the specific language governing permissions and
|
16
|
+
# limitations under the License.
|
17
|
+
#
|
18
|
+
module RuboCop
|
19
|
+
module Cop
|
20
|
+
module Chef
|
21
|
+
module ChefCorrectness
|
22
|
+
# Using `lazy {}` within a resource guard (not_if/only_if) will cause failures and is unnecessary as resource guards are always lazily evaluated.
|
23
|
+
#
|
24
|
+
# @example
|
25
|
+
#
|
26
|
+
# # bad
|
27
|
+
# template '/etc/foo' do
|
28
|
+
# mode '0644'
|
29
|
+
# source 'foo.erb'
|
30
|
+
# only_if { lazy { ::File.exist?('/etc/foo')} }
|
31
|
+
# end
|
32
|
+
#
|
33
|
+
# # good
|
34
|
+
# template '/etc/foo' do
|
35
|
+
# mode '0644'
|
36
|
+
# source 'foo.erb'
|
37
|
+
# only_if { ::File.exist?('/etc/foo') }
|
38
|
+
# end
|
39
|
+
#
|
40
|
+
class LazyInResourceGuard < Base
|
41
|
+
extend AutoCorrector
|
42
|
+
|
43
|
+
MSG = 'Using `lazy {}` within a resource guard (not_if/only_if) will cause failures and is unnecessary as resource guards are always lazily evaluated.'
|
44
|
+
|
45
|
+
def_node_matcher :lazy_in_guard?, <<-PATTERN
|
46
|
+
(block
|
47
|
+
(send nil? ${:not_if :only_if})
|
48
|
+
(args)
|
49
|
+
(block
|
50
|
+
(send nil? :lazy)
|
51
|
+
(args)
|
52
|
+
$(...)
|
53
|
+
))
|
54
|
+
PATTERN
|
55
|
+
|
56
|
+
def on_block(node)
|
57
|
+
lazy_in_guard?(node) do |type, code|
|
58
|
+
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
59
|
+
corrector.replace(node, "#{type} { #{code.source} }")
|
60
|
+
end
|
61
|
+
end
|
62
|
+
end
|
63
|
+
end
|
64
|
+
end
|
65
|
+
end
|
66
|
+
end
|
67
|
+
end
|
@@ -54,9 +54,9 @@ module RuboCop
|
|
54
54
|
match_property_in_resource?(:macos_userdefaults, 'type', node) do |type|
|
55
55
|
type_val = method_arg_ast_to_string(type)
|
56
56
|
return if VALID_VALUES.include?(type_val)
|
57
|
-
add_offense(type
|
57
|
+
add_offense(type, message: MSG, severity: :refactor) do |corrector|
|
58
58
|
next unless INVALID_VALUE_MAP[type_val]
|
59
|
-
corrector.replace(type
|
59
|
+
corrector.replace(type, "type '#{INVALID_VALUE_MAP[type_val]}'")
|
60
60
|
end
|
61
61
|
end
|
62
62
|
end
|
@@ -53,7 +53,7 @@ module RuboCop
|
|
53
53
|
return unless notifies_property.node_parts[2].str_type?
|
54
54
|
|
55
55
|
add_offense(notifies_property, message: MSG, severity: :refactor) do |corrector|
|
56
|
-
corrector.replace(notifies_property.first_argument
|
56
|
+
corrector.replace(notifies_property.first_argument,
|
57
57
|
":#{notifies_property.node_parts[2].value}")
|
58
58
|
end
|
59
59
|
end
|
@@ -0,0 +1,59 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
#
|
3
|
+
# Copyright:: Copyright 2020, Chef Software Inc.
|
4
|
+
# Author:: Tim Smith (<tsmith@chef.io>)
|
5
|
+
#
|
6
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
7
|
+
# you may not use this file except in compliance with the License.
|
8
|
+
# You may obtain a copy of the License at
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
# Unless required by applicable law or agreed to in writing, software
|
13
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
+
# See the License for the specific language governing permissions and
|
16
|
+
# limitations under the License.
|
17
|
+
#
|
18
|
+
module RuboCop
|
19
|
+
module Cop
|
20
|
+
module Chef
|
21
|
+
module ChefCorrectness
|
22
|
+
# Resource properties or attributes should always define a type to help users understand the correct allowed values.
|
23
|
+
#
|
24
|
+
# @example
|
25
|
+
#
|
26
|
+
# # bad
|
27
|
+
# property :size, regex: /^\d+[KMGTP]$/
|
28
|
+
# attribute :size, regex: /^\d+[KMGTP]$/
|
29
|
+
#
|
30
|
+
# # good
|
31
|
+
# property :size, String, regex: /^\d+[KMGTP]$/
|
32
|
+
# attribute :size, kind_of: String, regex: /^\d+[KMGTP]$/
|
33
|
+
#
|
34
|
+
class PropertyWithoutType < Base
|
35
|
+
MSG = 'Resource properties or attributes should always define a type to help users understand the correct allowed values.'
|
36
|
+
RESTRICT_ON_SEND = [:property, :attribute].freeze
|
37
|
+
|
38
|
+
def_node_matcher :property_without_type?, <<-PATTERN
|
39
|
+
(send nil? {:property :attribute}
|
40
|
+
(sym _)
|
41
|
+
$(hash
|
42
|
+
|
43
|
+
...
|
44
|
+
)?
|
45
|
+
)
|
46
|
+
PATTERN
|
47
|
+
|
48
|
+
def on_send(node)
|
49
|
+
property_without_type?(node) do |hash_vals|
|
50
|
+
return if hash_vals&.first&.keys&.include?(s(:sym, :kind_of))
|
51
|
+
|
52
|
+
add_offense(node, message: MSG, severity: :refactor)
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
56
|
+
end
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|
@@ -45,7 +45,7 @@ module RuboCop
|
|
45
45
|
action_node.arguments.each do |action|
|
46
46
|
next unless action.source == ':none'
|
47
47
|
add_offense(action, message: MSG, severity: :refactor) do |corrector|
|
48
|
-
corrector.replace(action
|
48
|
+
corrector.replace(action, ':nothing')
|
49
49
|
end
|
50
50
|
end
|
51
51
|
end
|
@@ -41,8 +41,8 @@ module RuboCop
|
|
41
41
|
def on_send(node)
|
42
42
|
supports_with_constraint?(node) do |ver|
|
43
43
|
return if ver.source.include?('.')
|
44
|
-
add_offense(ver
|
45
|
-
corrector.replace(ver
|
44
|
+
add_offense(ver, message: MSG, severity: :refactor) do |corrector|
|
45
|
+
corrector.replace(ver, ver.source.gsub(ver.value, (ver.value + '.0')))
|
46
46
|
end
|
47
47
|
end
|
48
48
|
end
|
@@ -45,7 +45,7 @@ module RuboCop
|
|
45
45
|
add_offense(prop_node, message: MSG, severity: :warning) do |corrector|
|
46
46
|
# make sure to delete leading and trailing {}s that would create invalid ruby syntax
|
47
47
|
extracted_val = prop_node.arguments.first.source.gsub(/{|}/, '')
|
48
|
-
corrector.replace(prop_node
|
48
|
+
corrector.replace(prop_node, "type #{extracted_val}")
|
49
49
|
end
|
50
50
|
end
|
51
51
|
end
|
@@ -79,7 +79,7 @@ module RuboCop
|
|
79
79
|
|
80
80
|
rewind_resources?(node) do |string|
|
81
81
|
add_offense(node, message: MSG, severity: :warning) do |corrector|
|
82
|
-
corrector.replace(node
|
82
|
+
corrector.replace(node, node.source.gsub(string.to_s, MAPPING[string]))
|
83
83
|
end
|
84
84
|
end
|
85
85
|
end
|
@@ -88,7 +88,7 @@ module RuboCop
|
|
88
88
|
match_property_in_resource?(:chef_gem, 'package_name', node) do |pkg_name|
|
89
89
|
next unless pkg_name.arguments&.first&.str_content == 'chef-rewind'
|
90
90
|
add_offense(node, message: MSG, severity: :warning) do |corrector|
|
91
|
-
corrector.remove(node
|
91
|
+
corrector.remove(node) if pkg_name.arguments&.first&.str_content == 'chef-rewind'
|
92
92
|
end
|
93
93
|
end
|
94
94
|
end
|
@@ -0,0 +1,86 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
#
|
3
|
+
# Copyright:: 2020, Chef Software Inc.
|
4
|
+
# Author:: Tim Smith (<tsmith@chef.io>)
|
5
|
+
#
|
6
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
7
|
+
# you may not use this file except in compliance with the License.
|
8
|
+
# You may obtain a copy of the License at
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
# Unless required by applicable law or agreed to in writing, software
|
13
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
+
# See the License for the specific language governing permissions and
|
16
|
+
# limitations under the License.
|
17
|
+
#
|
18
|
+
|
19
|
+
module RuboCop
|
20
|
+
module Cop
|
21
|
+
module Chef
|
22
|
+
module ChefDeprecations
|
23
|
+
# Don't use deprecated Chef::ShellOut which was removed in Chef Infra Client 13.
|
24
|
+
# Use Mixlib::ShellOut instead, which behaves identically or convert to the shell_out
|
25
|
+
# helper provided in chef-utils.
|
26
|
+
#
|
27
|
+
# @example
|
28
|
+
#
|
29
|
+
# # bad
|
30
|
+
# include Chef::ShellOut
|
31
|
+
# require 'chef/shellout'
|
32
|
+
# Chef::ShellOut.new('some_command')
|
33
|
+
#
|
34
|
+
# # good
|
35
|
+
# include Mixlib::ShellOut
|
36
|
+
# require 'mixlib/shellout'
|
37
|
+
# Mixlib::ShellOut.new('some_command')
|
38
|
+
#
|
39
|
+
class ChefShellout < Base
|
40
|
+
include RangeHelp
|
41
|
+
extend AutoCorrector
|
42
|
+
|
43
|
+
MSG = "Don't use deprecated Chef::ShellOut which was removed in Chef Infra Client 13. Use Mixlib::ShellOut instead, which behaves identically."
|
44
|
+
# RESTRICT_ON_SEND = [:new, :require, :include].freeze
|
45
|
+
|
46
|
+
def_node_matcher :include_shellout?, <<-PATTERN
|
47
|
+
(send nil? :include
|
48
|
+
(const
|
49
|
+
(const nil? :Chef) :ShellOut))
|
50
|
+
PATTERN
|
51
|
+
|
52
|
+
def_node_matcher :require_shellout?, <<-PATTERN
|
53
|
+
(send nil? :require (str "chef/shellout"))
|
54
|
+
PATTERN
|
55
|
+
|
56
|
+
def_node_matcher :shellout_new?, <<-PATTERN
|
57
|
+
(send
|
58
|
+
(const
|
59
|
+
(const nil? :Chef) :ShellOut) :new
|
60
|
+
... )
|
61
|
+
PATTERN
|
62
|
+
|
63
|
+
def on_send(node)
|
64
|
+
include_shellout?(node) do
|
65
|
+
add_offense(node, message: MSG, severity: :warning) do |corrector|
|
66
|
+
corrector.remove(range_with_surrounding_space(range: node.loc.expression, side: :left))
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
require_shellout?(node) do
|
71
|
+
add_offense(node, message: MSG, severity: :warning) do |corrector|
|
72
|
+
corrector.remove(range_with_surrounding_space(range: node.loc.expression, side: :left))
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
76
|
+
shellout_new?(node) do
|
77
|
+
add_offense(node, message: MSG, severity: :warning) do |corrector|
|
78
|
+
corrector.replace(node, node.source.gsub('Chef::ShellOut', 'Mixlib::ShellOut'))
|
79
|
+
end
|
80
|
+
end
|
81
|
+
end
|
82
|
+
end
|
83
|
+
end
|
84
|
+
end
|
85
|
+
end
|
86
|
+
end
|
@@ -43,7 +43,7 @@ module RuboCop
|
|
43
43
|
def on_send(node)
|
44
44
|
chef_platform_windows?(node) do
|
45
45
|
add_offense(node, message: MSG, severity: :warning) do |corrector|
|
46
|
-
corrector.replace(node
|
46
|
+
corrector.replace(node, "platform?('windows')")
|
47
47
|
end
|
48
48
|
end
|
49
49
|
end
|
@@ -47,7 +47,7 @@ module RuboCop
|
|
47
47
|
return unless node.const_name == 'ChefDK' && (node.parent&.module_type? || node.parent&.const_type?)
|
48
48
|
|
49
49
|
add_offense(node, message: MSG, severity: :warning) do |corrector|
|
50
|
-
corrector.replace(node
|
50
|
+
corrector.replace(node, node.source.gsub('ChefDK', 'ChefCLI'))
|
51
51
|
end
|
52
52
|
end
|
53
53
|
end
|