Skip to content

Commit

Permalink
Rubocop: ignore Naming/MemoizedInstanceVariableName
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Feb 12, 2024
1 parent 97bd280 commit 6321822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/samson/secrets/vault_client_wrapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def kv
if @versioned_kv
@kv ||= VaultKvWrapper.new(self, Samson::Secrets::VaultClientManager::MOUNT)
else
@logical ||= VaultLogicalWrapper.new(self)
@logical ||= VaultLogicalWrapper.new(self) # rubocop:disable Naming/MemoizedInstanceVariableName
end
end
end
Expand Down

0 comments on commit 6321822

Please sign in to comment.