Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 72a6353

Browse files
committed
fixup! engine_config: allow configuring different cutofs per check type
1 parent 279d4dc commit 72a6353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cc/engine/analyzers/engine_config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def build_language_config(languages)
6969

7070
def mass_threshold_with_fallback(language, key)
7171
language_hash = fetch_language(language)
72-
threshold = language_hash.fetch(key) do |key|
72+
threshold = language_hash.fetch(key) do
7373
language_hash.fetch("mass_threshold", nil)
7474
end
7575

0 commit comments

Comments
 (0)