Roodi parses your Ruby code and warns you about design issues you have based on the checks that is has configured.
<% graph_name = 'roodi' %> <% if MetricFu.configuration.graph_engine == :gchart %> <% else %> <% end %>File Path | Warning |
---|---|
<%= link_to_filename(problem[:file], problem[:line]) %> | <%= problem[:problem] %> |
Generated on <%= Time.now.localtime %>