From f49034ba4962e924cac9d803a5fbe07b8057a632 Mon Sep 17 00:00:00 2001 From: Sanad Liaquat Date: Thu, 25 Oct 2018 13:11:19 +0500 Subject: Rename SSL to TLS --- .rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 0afe7367b83..dd2d836faae 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -80,8 +80,8 @@ Naming/FileName: - 'locale/unfound_translations.rb' - 'ee/locale/unfound_translations.rb' - 'ee/lib/generators/**/*' - - 'qa/qa/scenario/test/integration/ldap_no_ssl.rb' - - 'qa/qa/scenario/test/integration/ldap_ssl.rb' + - 'qa/qa/scenario/test/integration/ldap_no_tls.rb' + - 'qa/qa/scenario/test/integration/ldap_tls.rb' IgnoreExecutableScripts: true AllowedAcronyms: -- cgit v1.2.3