Commit 7bf2b1e3 by David Baumgold

Re-add pylint task dependencies

parent 5de4b4ef
......@@ -29,7 +29,7 @@ end
end
desc "Run pylint on all #{system} code"
task system do
task system => [report_dir, :install_python_prereqs] do
run_pylint(system, report_dir)
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