Fix newly found offenses

This commit is contained in:
Sijawusz Pur Rahnama 2023-11-11 19:03:28 +01:00
parent 971bff6c27
commit 61ccb030bd
9 changed files with 26 additions and 26 deletions

View file

@ -15,7 +15,7 @@ Benchmark.ips do |x|
20,
30,
40,
].each do |n|
].each do |n| # ameba:disable Naming/BlockParameterName
config = Ameba::Config.load
config.formatter = Ameba::Formatter::BaseFormatter.new
config.globs = get_files(n)