summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-07-14 08:11:09 -0700
committerJohn McCrae <john.mccrae@progress.com>2021-07-16 15:38:17 -0700
commit84787e2a95698354177712934a6611c29620d5eb (patch)
tree82d06c07ca82a63693aa8860ec79d4845ef30a54
parentf1fb53dd6f7529462cfe18bf9e103e3c6b176428 (diff)
downloadchef-84787e2a95698354177712934a6611c29620d5eb.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