Commit c7748b99 authored by Fabio Pelosin's avatar Fabio Pelosin

[Pod::Command::Spec] Memory management fix for lint on repos

parent a98d0da6
......@@ -90,6 +90,7 @@ module Pod
print_messages(spec, 'WARN', linter.warnings)
print_messages(spec, 'NOTE', linter.notes)
puts unless config.silent? || should_skip?(linter)
GC.start
end
end
all_valid
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment