class Pfm::Command::ValidatorCommands::Base

def use_circle_ci?

def use_circle_ci?
  @params.include?('-c') || @params.include?('--circle-ci')
end