class Integration::ErbLint

Public Instance Methods

run_with(config) click to toggle source
# File lib/integrations/erb_lint.rb, line 6
def run_with(config)
  args = ['--lint-all']
  Keepclean.logger.debug "Running with args: #{args}"
  ERBLint::CLI.new.run(args)
end