class ERBLint::Reporters::CompactReporter

def linting

def linting
  "Linting" + (autocorrect ? " and autocorrecting" : "")
end