From 23698e1e2b39a0ffafd1e959b28b33f2442de43a Mon Sep 17 00:00:00 2001 From: Rick Gardner Date: Fri, 13 Jan 2023 12:34:54 -0500 Subject: [PATCH] (#issue_14) another typo --- lib/scelint.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/scelint.rb b/lib/scelint.rb index 3f20732..6260c06 100644 --- a/lib/scelint.rb +++ b/lib/scelint.rb @@ -92,7 +92,7 @@ def files attr_reader :warnings attr_reader :errors - def check_benchmark_version + def check_version(file, data) @errors << "#{file}: version check failed" unless data['version'] == '2.0.0' end