sonots/haikanko

View on GitHub
web/lib/sinatra_helper.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method included has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def self.included(controller)
    controller.helpers do

      def h(text)
        Rack::Utils.escape_html(text)
Severity: Minor
Found in web/lib/sinatra_helper.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status