class Rubocop::Formatter::JSONFormatter

def relative_path(path)

def relative_path(path)
  Pathname.new(path).relative_path_from(Pathname.getwd).to_s
end