Method: CC::Analyzer::Formatters::HTMLFormatter::IssueCollection#categories

Defined in:
lib/cc/analyzer/formatters/html_formatter.rb

#categoriesObject



345
346
347
# File 'lib/cc/analyzer/formatters/html_formatter.rb', line 345

def categories
  collection.flat_map(&:categories).uniq.sort
end