Skip to content

Commit

Permalink
Fix Naming/MemoizedInstanceVariableName offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 authored Oct 10, 2022
1 parent 53a0a37 commit e36d683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/github/insecure_hash_algorithm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def just_encoding?(val)
].freeze

def allowed_hash_functions
@allowed_algorithms ||= cop_config.fetch("Allowed", DEFAULT_ALLOWED).map(&:downcase)
@allowed_hash_functions ||= cop_config.fetch("Allowed", DEFAULT_ALLOWED).map(&:downcase)
end

def alg_name(val)
Expand Down

0 comments on commit e36d683

Please sign in to comment.