class RuboCop::Formatter::JSONFormatter
def hash_for_location(offense)
def hash_for_location(offense) { line: offense.line, column: offense.real_column, length: offense.location.length } end
def hash_for_location(offense) { line: offense.line, column: offense.real_column, length: offense.location.length } end