module Rubycritic::ViewHelpers
def smell_location_path(location)
def smell_location_path(location) relative_path(root_directory + "#{location.pathname.sub_ext('.html')}#L#{location.line}") end
def smell_location_path(location) relative_path(root_directory + "#{location.pathname.sub_ext('.html')}#L#{location.line}") end