BaseFormatter
A basic formatter that displays the lines disabled inline comments.
# File lib/rubocop/formatter/disabled_lines_formatter.rb, line 15 def file_started(file, options) return unless options[:cop_disabled_line_ranges] @cop_disabled_line_ranges[file] = options[:cop_disabled_line_ranges] end
Generated with the Darkfish Rdoc Generator 2.