class RuboCop::CLI::Command::ShowDocsUrl

def initialize(env)

def initialize(env)
  super
  @config = @config_store.for(Dir.pwd)
end