Skip to content

Commit

Permalink
Rubocop autocorrects
Browse files Browse the repository at this point in the history
  • Loading branch information
avinhurry committed Sep 3, 2024
1 parent 1a7e93a commit 726e097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/filter_parameter_logging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# Configure parameters to be partially matched (e.g. passw matches password) and filtered from the log file.
# Use this to limit dissemination of sensitive information.
# See the ActiveSupport::ParameterFilter documentation for supported notations and behaviors.
Rails.application.config.filter_parameters += [
:passw, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn, :password, :email, :first_name, :last_name
Rails.application.config.filter_parameters += %i[
passw email secret token _key crypt salt certificate otp ssn password email first_name last_name
]

0 comments on commit 726e097

Please sign in to comment.