summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-07-14 08:11:09 -0700
committerTim Smith <tsmith@chef.io>2021-07-14 08:11:09 -0700
commite84b64a0979b8eea734b23625652d408149809ca (patch)
treebc75c4958e9eac03a1e65a5ddc62af71f2bb6c88
parentc92bc83957d870052407d2ff965fd6b8d65de681 (diff)
downloadchef-e84b64a0979b8eea734b23625652d408149809ca.tar.gz
disable a rubocop rule
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/secret_fetcher/aws_secrets_manager.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/secret_fetcher/aws_secrets_manager.rb b/lib/chef/secret_fetcher/aws_secrets_manager.rb
index 8f87a79b06..0dfb99b023 100644
--- a/lib/chef/secret_fetcher/aws_secrets_manager.rb
+++ b/lib/chef/secret_fetcher/aws_secrets_manager.rb
@@ -36,7 +36,7 @@ class Chef
# fetcher.fetch("secretkey1")
class SecretFetcher
class AWSSecretsManager < Base
- DEFAULT_AWS_OPTS = {}
+ DEFAULT_AWS_OPTS = {} # rubocop: disable Style/MutableConstant
def validate!
# Note that we are not doing any validation of required configuration here, we will
# rely on the API client to do that for us, since it will work with the merge of