Skip to content

Commit cfb8098

Browse files
fix rubocop offences
1 parent a84cdae commit cfb8098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
Rails.application.config.filter_parameters += [
4-
:password, :passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
4+
:password, :passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn,
55
]

0 commit comments

Comments
 (0)