Commit 62656430 by Calen Pennington

Run pylint against modules again, rather than against files

parent f2949204
...@@ -4,7 +4,7 @@ def run_pylint(system, report_dir, flags='') ...@@ -4,7 +4,7 @@ def run_pylint(system, report_dir, flags='')
apps += Dir["#{system}/lib/*"] apps += Dir["#{system}/lib/*"]
end end
apps.map do |app| apps = apps.map do |app|
File.basename(app) File.basename(app)
end.select do |app| end.select do |app|
app !=~ /.pyc$/ app !=~ /.pyc$/
......
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