class Standard::MergesSettings

def without_banned(rubocop_cli_flags)

def without_banned(rubocop_cli_flags)
  rubocop_cli_flags.tap do |flags|
    flags.delete(:config)
  end
end