mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Fix newly found offenses
This commit is contained in:
parent
971bff6c27
commit
61ccb030bd
9 changed files with 26 additions and 26 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue