Commit f607992c authored by Fabio Pelosin's avatar Fabio Pelosin

[Pod::Command::Spec] removed clean_paths check from linting

parent 6425d28a
......@@ -215,9 +215,6 @@ module Pod
messages = []
messages += check_spec_files_exists(spec, :source_files)
messages += check_spec_files_exists(spec, :resources)
spec.clean_paths.each do |pattern|
messages << "clean_paths = '#{pattern}' -> did not match any file" if Pathname.pwd.glob(pattern).empty?
end
messages.compact
end
end
......
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