We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b475fc commit 3a68396Copy full SHA for 3a68396
tool/leaked-globals
@@ -39,7 +39,7 @@ end
39
missing = File.dirname(config) + "/missing/"
40
ARGV.reject! do |n|
41
unless (src = Dir.glob(missing + File.basename(n, ".*") + ".[cS]")).empty?
42
- puts "Ignore #{n} because of #{src.map {|s| File.basename(s)}.join(', ')} under missing"
+ puts "Ignore #{col.skip(n)} because of #{src.map {|s| File.basename(s)}.join(', ')} under missing"
43
true
44
end
45
0 commit comments