class Govuk::Lint::CLI
def run(args = ARGV)
def run(args = ARGV) warn "[DEPRECATION] `govuk-lint-ruby` is deprecated. Please use `rubocop` with `rubocop-govuk` instead." config = ConfigFile.new args += [ "--config", config.config_file_path, ] Diff.enable!(args) if args.include? "--diff" super(args) end