lib/tasks/metric_fu.rake in p8-metric_fu-0.8.4.8 vs lib/tasks/metric_fu.rake in p8-metric_fu-0.8.4.9
- old
+ new
@@ -11,11 +11,11 @@
desc "Generate metrics after migrating (for continuous integration)"
task :all_with_migrate => [:set_testing_env, "db:migrate", :all]
else
- desc "Generate coverage, cyclomatic complexity, flog, flay, railroad, reek, roodi and churn reports"
- task :all => [:coverage, :saikuro, :churn, :flog, :flay, :railroad, :reek, :roodi]
+ desc "Generate coverage, cyclomatic complexity, flog, flay, railroad and churn reports"
+ task :all => [:coverage, :saikuro, :churn, :flog, :flay, :railroad ]
end
end
\ No newline at end of file