class RuboCop::CLI

def initialize

def initialize
  @options = {}
  @config_store = ConfigStore.new
end