Code metrics from Flog, Flay, RCov, Saikuro, Churn, Reek, Roodi, Rails' stats task and Rails Best Practices
Metric_fu is a set of rake tasks that make it easy to generate metrics reports. It's designed to integrate easily with CruiseControl.rb by placing files in the Custom Build Artifacts folder.
Metric_fu is a set of rake tasks that make it easy to generate metrics reports. It's designed to integrate easily with CruiseControl.rb by placing files in the Custom Build Artifacts folder.
To install rb19-metric_fu, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb19-metric_fu
To see what files were installed by rb19-metric_fu, run:
port contents rb19-metric_fu
To later upgrade rb19-metric_fu, run:
sudo port selfupdate && sudo port upgrade rb19-metric_fu
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.