cookstyle 6.18.8 → 6.21.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +5 -1
- data/config/cookstyle.yml +39 -0
- data/config/disable_all.yml +6 -0
- data/config/upstream.yml +44 -3
- data/cookstyle.gemspec +1 -1
- data/lib/cookstyle.rb +0 -3
- 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 +2 -1
- data/lib/rubocop/cop/chef/correctness/conditional_ruby_shellout.rb +1 -1
- data/lib/rubocop/cop/chef/correctness/incorrect_library_injection.rb +19 -37
- 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 +2 -1
- data/lib/rubocop/cop/chef/correctness/invalid_version_metadata.rb +1 -0
- 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 +1 -1
- data/lib/rubocop/cop/chef/correctness/macos_userdefaults_invalid_type.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/node_normal.rb +1 -0
- data/lib/rubocop/cop/chef/correctness/node_normal_unless.rb +1 -0
- data/lib/rubocop/cop/chef/correctness/node_save.rb +1 -0
- data/lib/rubocop/cop/chef/correctness/notifies_action_not_symbol.rb +1 -1
- data/lib/rubocop/cop/chef/correctness/octal_mode_as_string.rb +48 -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 +2 -2
- data/lib/rubocop/cop/chef/deprecation/chef_windows_platform_helper.rb +2 -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 -3
- data/lib/rubocop/cop/chef/deprecation/deprecated_platform_methods.rb +1 -0
- 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 +1 -1
- data/lib/rubocop/cop/chef/deprecation/execute_relative_creates_without_cwd.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/inherits_compat_resource.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/legacy_notify_syntax.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/node_deep_fetch.rb +2 -0
- data/lib/rubocop/cop/chef/deprecation/node_methods_not_attributes.rb +22 -27
- data/lib/rubocop/cop/chef/deprecation/node_set.rb +1 -0
- data/lib/rubocop/cop/chef/deprecation/node_set_unless.rb +1 -0
- data/lib/rubocop/cop/chef/deprecation/node_set_without_level.rb +1 -0
- data/lib/rubocop/cop/chef/deprecation/partial_search_class_usage.rb +1 -0
- data/lib/rubocop/cop/chef/deprecation/powershell_cookbook_helpers.rb +2 -1
- data/lib/rubocop/cop/chef/deprecation/resource_overrides_provides_method.rb +2 -2
- 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 +1 -1
- data/lib/rubocop/cop/chef/deprecation/use_yaml_dump.rb +47 -0
- data/lib/rubocop/cop/chef/deprecation/user_supports_property.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/windows_package_installer_type_string.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/windows_task_change_action.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/windows_version_helpers.rb +5 -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/compile_time_resources.rb +1 -0
- data/lib/rubocop/cop/chef/modernize/conditional_using_test.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/cron_manage_resource.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/databag_helpers.rb +2 -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 +5 -4
- data/lib/rubocop/cop/chef/modernize/node_roles_include.rb +2 -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 +1 -1
- data/lib/rubocop/cop/chef/modernize/respond_to_metadata.rb +6 -6
- data/lib/rubocop/cop/chef/modernize/respond_to_provides.rb +10 -10
- data/lib/rubocop/cop/chef/modernize/respond_to_resource_name.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/shell_out_helper.rb +2 -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 +2 -1
- data/lib/rubocop/cop/chef/redundant/multiple_platform_checks.rb +1 -1
- data/lib/rubocop/cop/chef/redundant/name_property_and_required.rb +1 -0
- data/lib/rubocop/cop/chef/redundant/ohai_attribute_to_string.rb +2 -1
- data/lib/rubocop/cop/chef/redundant/property_splat_regex.rb +1 -0
- 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 +2 -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 +2 -1
- data/lib/rubocop/cop/chef/style/true_false_resource_properties.rb +2 -2
- data/lib/rubocop/cop/chef/style/unnecessary_os_check.rb +5 -4
- data/lib/rubocop/cop/chef/style/unnecessary_platform_case_statement.rb +2 -2
- data/lib/rubocop/cop/chef/style/use_platform_helpers.rb +7 -6
- metadata +9 -6
- data/lib/rubocop/monkey_patches/rescue_ensure_alignment.rb +0 -22
@@ -50,8 +50,8 @@ module RuboCop
|
|
50
50
|
match_property_in_resource?(:ruby_block, 'action', node) do |ruby_action|
|
51
51
|
ruby_action.arguments.each do |action|
|
52
52
|
next unless action.source == ':create'
|
53
|
-
add_offense(action
|
54
|
-
corrector.replace(action
|
53
|
+
add_offense(action, message: MSG, severity: :warning) do |corrector|
|
54
|
+
corrector.replace(action, ':run')
|
55
55
|
end
|
56
56
|
end
|
57
57
|
end
|
@@ -50,7 +50,7 @@ module RuboCop
|
|
50
50
|
def on_send(node)
|
51
51
|
search_method?(node) do
|
52
52
|
add_offense(node, message: MSG, severity: :warning) do |corrector|
|
53
|
-
corrector.replace(node
|
53
|
+
corrector.replace(node, corrected_string(node))
|
54
54
|
end if positional_arguments?(node)
|
55
55
|
end
|
56
56
|
end
|
@@ -0,0 +1,47 @@
|
|
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
|
+
module RuboCop
|
19
|
+
module Cop
|
20
|
+
module Chef
|
21
|
+
module ChefDeprecations
|
22
|
+
# Chef Infra Client 16.5 introduced performance enhancements to Ruby library loading. Due to the underlying implementation of Ruby's `.to_yaml` method, it does not automatically load the `yaml` library and `YAML.dump()` should be used instead to properly load the `yaml` library.
|
23
|
+
#
|
24
|
+
# @example
|
25
|
+
#
|
26
|
+
# # bad
|
27
|
+
# {"foo" => "bar"}.to_yaml
|
28
|
+
#
|
29
|
+
# # good
|
30
|
+
# YAML.dump({"foo" => "bar"})
|
31
|
+
#
|
32
|
+
class UseYamlDump < Base
|
33
|
+
extend AutoCorrector
|
34
|
+
|
35
|
+
MSG = "Chef Infra Client 16.5 introduced performance enhancements to Ruby library loading. Due to the underlying implementation of Ruby's `.to_yaml` method, it does not automatically load the `yaml` library and `YAML.dump()` should be used instead to properly load the `yaml` library."
|
36
|
+
RESTRICT_ON_SEND = [:to_yaml].freeze
|
37
|
+
|
38
|
+
def on_send(node)
|
39
|
+
add_offense(node, message: MSG, severity: :warning) do |corrector|
|
40
|
+
corrector.replace(node, "YAML.dump(#{node.receiver.source})")
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
@@ -49,7 +49,7 @@ module RuboCop
|
|
49
49
|
return unless offense.arguments.count == 1 # we can only analyze simple string args
|
50
50
|
return unless offense.arguments.first.str_type? # anything else is fine
|
51
51
|
|
52
|
-
add_offense(offense
|
52
|
+
add_offense(offense, message: MSG, severity: :warning) do |corrector|
|
53
53
|
corrector.replace(offense.arguments.first.source_range, ":#{offense.arguments.first.value}")
|
54
54
|
end
|
55
55
|
end
|
@@ -67,11 +67,11 @@ module RuboCop
|
|
67
67
|
if ast_obj.respond_to?(:value) && ast_obj.value == :change
|
68
68
|
add_offense(ast_obj, message: MSG, severity: :warning) do |corrector|
|
69
69
|
if ast_obj.parent.send_type? # :change was the only action
|
70
|
-
corrector.replace(ast_obj
|
70
|
+
corrector.replace(ast_obj, ':create')
|
71
71
|
# chances are it's [:create, :change] since that's all that makes sense, but double check that theory
|
72
72
|
elsif ast_obj.parent.child_nodes.count == 2 &&
|
73
73
|
ast_obj.parent.child_nodes.map(&:value).sort == [:change, :create]
|
74
|
-
corrector.replace(ast_obj.parent
|
74
|
+
corrector.replace(ast_obj.parent, ':create')
|
75
75
|
end
|
76
76
|
end
|
77
77
|
end
|
@@ -42,6 +42,7 @@ module RuboCop
|
|
42
42
|
minimum_target_chef_version '14.0'
|
43
43
|
|
44
44
|
MSG = "Use node['platform_version'] and node['kernel'] data introduced in Chef Infra Client 14 instead of the deprecated Windows::VersionHelper helpers from the Windows cookbook."
|
45
|
+
RESTRICT_ON_SEND = [:nt_version, :server_version?, :core_version?, :workstation_version?].freeze
|
45
46
|
|
46
47
|
def_node_matcher :windows_helper?, <<-PATTERN
|
47
48
|
(send ( const ( const {nil? cbase} :Windows ) :VersionHelper ) $_ )
|
@@ -52,13 +53,13 @@ module RuboCop
|
|
52
53
|
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
53
54
|
case method
|
54
55
|
when :nt_version
|
55
|
-
corrector.replace(node
|
56
|
+
corrector.replace(node, 'node[\'platform_version\'].to_f')
|
56
57
|
when :server_version?
|
57
|
-
corrector.replace(node
|
58
|
+
corrector.replace(node, 'node[\'kernel\'][\'product_type\'] == \'Server\'')
|
58
59
|
when :core_version?
|
59
|
-
corrector.replace(node
|
60
|
+
corrector.replace(node, 'node[\'kernel\'][\'server_core\']')
|
60
61
|
when :workstation_version?
|
61
|
-
corrector.replace(node
|
62
|
+
corrector.replace(node, 'node[\'kernel\'][\'product_type\'] == \'Workstation\'')
|
62
63
|
end
|
63
64
|
end
|
64
65
|
end
|
@@ -40,7 +40,7 @@ module RuboCop
|
|
40
40
|
xml_ruby_recipe?(node) do
|
41
41
|
node = node.parent if node.parent&.conditional? && node.parent&.single_line_condition? # make sure we catch any inline conditionals
|
42
42
|
add_offense(node, message: MSG, severity: :warning) do |corrector|
|
43
|
-
corrector.remove(node
|
43
|
+
corrector.remove(node)
|
44
44
|
end
|
45
45
|
end
|
46
46
|
end
|
@@ -0,0 +1,89 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
#
|
3
|
+
# Copyright:: 2020, Chef Software Inc.
|
4
|
+
# Author:: Scott Vidmar (<svidmar@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 ChefEffortless
|
23
|
+
# Chef Vault is not supported in the Effortless pattern, so usage of Chef Vault must be shifted to another secrets management solution before leveraging the Effortless pattern.
|
24
|
+
#
|
25
|
+
# @example
|
26
|
+
#
|
27
|
+
# # bad
|
28
|
+
# require 'chef-vault'
|
29
|
+
#
|
30
|
+
# # bad
|
31
|
+
# ChefVault::Item
|
32
|
+
#
|
33
|
+
# # bad
|
34
|
+
# include_recipe 'chef-vault'
|
35
|
+
#
|
36
|
+
# # bad
|
37
|
+
# chef_gem 'chef-vault'
|
38
|
+
#
|
39
|
+
# # bad
|
40
|
+
# chef_vault_item_for_environment(arg, arg1)
|
41
|
+
#
|
42
|
+
# # bad
|
43
|
+
# chef_vault_item(arg, arg1)
|
44
|
+
#
|
45
|
+
|
46
|
+
class ChefVaultUsed < Base
|
47
|
+
MSG = 'Chef Vault usage is not supported in the Effortless pattern'
|
48
|
+
RESTRICT_ON_SEND = [:chef_vault_item,
|
49
|
+
:chef_vault_item_for_environment,
|
50
|
+
:include_recipe,
|
51
|
+
:require,
|
52
|
+
:chef_gem].freeze
|
53
|
+
|
54
|
+
def_node_matcher :require?, <<-PATTERN
|
55
|
+
(send nil? { :require :include_recipe :chef_gem }
|
56
|
+
(str "chef-vault"))
|
57
|
+
PATTERN
|
58
|
+
|
59
|
+
def_node_matcher :vault_const?, <<-PATTERN
|
60
|
+
(const
|
61
|
+
(const nil? :ChefVault)
|
62
|
+
:Item)
|
63
|
+
PATTERN
|
64
|
+
|
65
|
+
def_node_matcher :chef_vault_item_for_environment?, <<-PATTERN
|
66
|
+
(send nil? :chef_vault_item_for_environment _ _)
|
67
|
+
PATTERN
|
68
|
+
|
69
|
+
def_node_matcher :chef_vault_item?, <<-PATTERN
|
70
|
+
(send nil? :chef_vault_item _ _)
|
71
|
+
PATTERN
|
72
|
+
|
73
|
+
def on_send(node)
|
74
|
+
return unless require?(node) ||
|
75
|
+
chef_vault_item_for_environment?(node) ||
|
76
|
+
chef_vault_item?(node)
|
77
|
+
add_offense(node.loc.expression, message: MSG, severity: :refactor)
|
78
|
+
end
|
79
|
+
|
80
|
+
def on_const(node)
|
81
|
+
vault_const?(node) do
|
82
|
+
add_offense(node.loc.expression, message: MSG, severity: :refactor)
|
83
|
+
end
|
84
|
+
end
|
85
|
+
end
|
86
|
+
end
|
87
|
+
end
|
88
|
+
end
|
89
|
+
end
|
@@ -0,0 +1,49 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
#
|
3
|
+
# Copyright:: 2020, Chef Software Inc.
|
4
|
+
# Author:: Scott Vidmar (<svidmar@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 ChefEffortless
|
23
|
+
# Chef Vault is not supported in the Effortless pattern, so usage of Chef Vault must be shifted to another secrets management solution before leveraging the Effortless pattern.
|
24
|
+
#
|
25
|
+
# @example
|
26
|
+
#
|
27
|
+
# # bad
|
28
|
+
# depends 'chef-vault'
|
29
|
+
#
|
30
|
+
|
31
|
+
class DependsChefVault < Base
|
32
|
+
MSG = 'Chef Vault usage is not supported in the Effortless pattern'
|
33
|
+
RESTRICT_ON_SEND = [:depends].freeze
|
34
|
+
|
35
|
+
def_node_matcher :depends?, <<-PATTERN
|
36
|
+
(send nil? :depends
|
37
|
+
(str "chef-vault"))
|
38
|
+
PATTERN
|
39
|
+
|
40
|
+
def on_send(node)
|
41
|
+
depends?(node) do
|
42
|
+
add_offense(node.loc.expression, message: MSG, severity: :refactor)
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
@@ -45,9 +45,9 @@ module RuboCop
|
|
45
45
|
return if node.arguments? # if they passed in arguments they may actually need this
|
46
46
|
return if node.parent && includes_poise?(node.parent)
|
47
47
|
|
48
|
-
add_offense(node
|
48
|
+
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
49
49
|
# @todo when we drop ruby 2.4 support we can convert this to use delete_suffix
|
50
|
-
corrector.replace(node
|
50
|
+
corrector.replace(node, node.source.gsub("def #{node.method_name}", "action :#{node.method_name.to_s.gsub(/^action_/, '')} do"))
|
51
51
|
end
|
52
52
|
end
|
53
53
|
end
|
@@ -55,13 +55,13 @@ module RuboCop
|
|
55
55
|
def on_send(node)
|
56
56
|
berksfile_source?(node) do
|
57
57
|
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
58
|
-
corrector.replace(node
|
58
|
+
corrector.replace(node, "source 'https://supermarket.chef.io'")
|
59
59
|
end
|
60
60
|
end
|
61
61
|
|
62
62
|
berksfile_site?(node) do
|
63
63
|
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
64
|
-
corrector.replace(node
|
64
|
+
corrector.replace(node, "source 'https://supermarket.chef.io'")
|
65
65
|
end
|
66
66
|
end
|
67
67
|
end
|
@@ -44,7 +44,7 @@ module RuboCop
|
|
44
44
|
def on_send(node)
|
45
45
|
build_essential_recipe_usage?(node) do
|
46
46
|
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
47
|
-
corrector.replace(node
|
47
|
+
corrector.replace(node, "build_essential 'install compilation tools'")
|
48
48
|
end
|
49
49
|
end
|
50
50
|
end
|
@@ -35,6 +35,7 @@ module RuboCop
|
|
35
35
|
#
|
36
36
|
class ResourceForcingCompileTime < Base
|
37
37
|
MSG = "Set 'compile_time true' in resources when available instead of forcing resources to run at compile time by setting an action on the block."
|
38
|
+
RESTRICT_ON_SEND = [:run_action].freeze
|
38
39
|
|
39
40
|
def_node_matcher :compile_time_resource?, <<-PATTERN
|
40
41
|
(send (block (send nil? {:build_essential :chef_gem :hostname :ohai_hint} (...)) (args) (...)) $:run_action (sym ...))
|
@@ -36,7 +36,7 @@ module RuboCop
|
|
36
36
|
RESTRICT_ON_SEND = [:not_if, :only_if].freeze
|
37
37
|
|
38
38
|
def_node_matcher :resource_conditional?, <<~PATTERN
|
39
|
-
|
39
|
+
(send nil? {:not_if :only_if} $str )
|
40
40
|
PATTERN
|
41
41
|
|
42
42
|
def on_send(node)
|
@@ -44,7 +44,7 @@ module RuboCop
|
|
44
44
|
return unless conditional.value.match?(/^test -[ef] \S*$/)
|
45
45
|
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
46
46
|
new_string = "{ ::File.exist?('#{conditional.value.match(/^test -[ef] (\S*)$/)[1]}') }"
|
47
|
-
corrector.replace(conditional
|
47
|
+
corrector.replace(conditional, new_string)
|
48
48
|
end
|
49
49
|
end
|
50
50
|
end
|
@@ -40,7 +40,7 @@ module RuboCop
|
|
40
40
|
|
41
41
|
def on_send(node)
|
42
42
|
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
43
|
-
corrector.replace(node
|
43
|
+
corrector.replace(node, node.source.gsub(/^cron_manage/, 'cron_access'))
|
44
44
|
end
|
45
45
|
end
|
46
46
|
end
|
@@ -35,6 +35,7 @@ module RuboCop
|
|
35
35
|
extend AutoCorrector
|
36
36
|
|
37
37
|
MSG = 'Use the `data_bag_item` helper instead of `Chef::DataBagItem.load` or `Chef::EncryptedDataBagItem.load`.'
|
38
|
+
RESTRICT_ON_SEND = [:load].freeze
|
38
39
|
|
39
40
|
def_node_matcher :data_bag_class_load?, <<-PATTERN
|
40
41
|
(send
|
@@ -46,7 +47,7 @@ module RuboCop
|
|
46
47
|
def on_send(node)
|
47
48
|
data_bag_class_load?(node) do
|
48
49
|
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
49
|
-
corrector.replace(node
|
50
|
+
corrector.replace(node,
|
50
51
|
node.source.gsub(/Chef::(EncryptedDataBagItem|DataBagItem).load/, 'data_bag_item'))
|
51
52
|
end
|
52
53
|
end
|
@@ -36,7 +36,7 @@ module RuboCop
|
|
36
36
|
processed_source.comments.each do |comment|
|
37
37
|
next unless comment.text.match?(/#\s*~FC\d{3}.*/)
|
38
38
|
add_offense(comment, message: MSG, severity: :refactor) do |corrector|
|
39
|
-
corrector.remove(comment
|
39
|
+
corrector.remove(comment)
|
40
40
|
end
|
41
41
|
end
|
42
42
|
end
|
@@ -38,7 +38,7 @@ module RuboCop
|
|
38
38
|
return unless node.arguments.first == s(:send, nil, :default_action)
|
39
39
|
node = node.parent if node.parent.respond_to?(:if?) && node.parent.if? # we want the whole if statement
|
40
40
|
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
41
|
-
corrector.replace(node
|
41
|
+
corrector.replace(node, node.children[1].source)
|
42
42
|
end
|
43
43
|
end
|
44
44
|
end
|
@@ -51,14 +51,14 @@ module RuboCop
|
|
51
51
|
# The need for this goes away once https://github.com/rubocop-hq/rubocop/pull/8365 is pulled into Cookstyle
|
52
52
|
if node.method_name == :libarchive_file
|
53
53
|
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
54
|
-
corrector.replace(node
|
54
|
+
corrector.replace(node, node.source.gsub('libarchive_file', 'archive_file'))
|
55
55
|
end
|
56
56
|
end
|
57
57
|
|
58
58
|
notification_property?(node) do |val|
|
59
59
|
next unless val.str_content&.start_with?('libarchive_file')
|
60
60
|
add_offense(val, message: MSG, severity: :refactor) do |corrector|
|
61
|
-
corrector.replace(node
|
61
|
+
corrector.replace(node, node.source.gsub('libarchive_file', 'archive_file'))
|
62
62
|
end
|
63
63
|
end
|
64
64
|
end
|
@@ -47,7 +47,7 @@ module RuboCop
|
|
47
47
|
|
48
48
|
def on_send(node)
|
49
49
|
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
50
|
-
corrector.replace(node
|
50
|
+
corrector.replace(node, node.source.gsub(/^mac_os_x_userdefaults/, 'macos_userdefaults'))
|
51
51
|
end
|
52
52
|
end
|
53
53
|
end
|
@@ -43,6 +43,7 @@ module RuboCop
|
|
43
43
|
extend RuboCop::Cop::AutoCorrector
|
44
44
|
|
45
45
|
MSG = "Use node['init_package'] to check for systemd instead of reading the contents of '/proc/1/comm'"
|
46
|
+
RESTRICT_ON_SEND = [:open, :read, :exist?, :==, :not_if, :only_if].freeze
|
46
47
|
|
47
48
|
def_node_matcher :file_reads_proc_1_comm?, <<-PATTERN
|
48
49
|
(send (const {(cbase) nil?} {:File :IO}) {:open :read} (str "/proc/1/comm"))
|
@@ -62,7 +63,7 @@ module RuboCop
|
|
62
63
|
PATTERN
|
63
64
|
|
64
65
|
def_node_matcher :file_systemd_conditional?, <<~PATTERN
|
65
|
-
|
66
|
+
(send nil? {:not_if :only_if} $(str "test -f /bin/systemctl && /bin/systemctl"))
|
66
67
|
PATTERN
|
67
68
|
|
68
69
|
def on_send(node)
|
@@ -70,14 +71,14 @@ module RuboCop
|
|
70
71
|
# if there's a ::File.exist?('/proc/1/comm') check first we want to match that as well
|
71
72
|
node = node.parent if node.parent&.and_type? && proc_1_comm_exists?(node.parent.conditions.first)
|
72
73
|
|
73
|
-
add_offense(node
|
74
|
+
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
74
75
|
corrector.replace(node, "node['init_package'] == 'systemd'")
|
75
76
|
end
|
76
77
|
end
|
77
78
|
|
78
79
|
file_systemd_conditional?(node) do |conditional|
|
79
|
-
add_offense(node
|
80
|
-
corrector.replace(conditional
|
80
|
+
add_offense(node, message: MSG, severity: :refactor) do |corrector|
|
81
|
+
corrector.replace(conditional, "{ node['init_package'] == 'systemd' }")
|
81
82
|
end
|
82
83
|
end
|
83
84
|
end
|