Skip to content

Commit 3a68396

Browse files
committed
leaked-globals: colorize skipping file names [ci skip]
1 parent 1b475fc commit 3a68396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/leaked-globals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ end
3939
missing = File.dirname(config) + "/missing/"
4040
ARGV.reject! do |n|
4141
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"
42+
puts "Ignore #{col.skip(n)} because of #{src.map {|s| File.basename(s)}.join(', ')} under missing"
4343
true
4444
end
4545
end

0 commit comments

Comments
 (0)