Sha256: 5591b538cef7b74b6511e64c1d888c5dbf4f093180931229f0bf39d2bd0edcde
Contents?: true
Size: 197 Bytes
Versions: 3
Compression:
Stored size: 197 Bytes
Contents
namespace :metrics do desc "Generate code duplication report with flay" task :flay do MetricFu.generate_flay_report system("open #{FLAY_DIR}/index.html") if PLATFORM['darwin'] end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
p8-metric_fu-0.8.4.1 | lib/tasks/flay.rake |
p8-metric_fu-0.8.4.2 | lib/tasks/flay.rake |
p8-metric_fu-0.8.4.3 | lib/tasks/flay.rake |