Skip to content
Snippets Groups Projects
Commit a0004846 authored by Jack Nagel's avatar Jack Nagel
Browse files

Audit spec resources

parent f072f40b
No related branches found
No related tags found
No related merge requests found
......@@ -275,6 +275,12 @@ class FormulaAuditor
@specs.each do |spec|
ra = ResourceAuditor.new(spec).audit
problems.concat(ra.problems)
spec.resources.each_value do |resource|
ra = ResourceAuditor.new(resource)
ra.audit
problems.concat(ra.problems)
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment