Skip to content

Commit 9a41f41

Browse files
authored
Fix Naming/MemoizedInstanceVariableName offenses
1 parent 72d5f79 commit 9a41f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rubocop/cop/github/insecure_hash_algorithm.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def just_encoding?(val)
9494
].freeze
9595

9696
def allowed_hash_functions
97-
@allowed_algorithms ||= cop_config.fetch("Allowed", DEFAULT_ALLOWED).map(&:downcase)
97+
@allowed_hash_functions ||= cop_config.fetch("Allowed", DEFAULT_ALLOWED).map(&:downcase)
9898
end
9999

100100
def alg_name(val)

0 commit comments

Comments
 (0)