diff options
author | Sanad Liaquat <sliaquat@gitlab.com> | 2018-10-25 13:11:19 +0500 |
---|---|---|
committer | Sanad Liaquat <sliaquat@gitlab.com> | 2018-10-25 13:11:19 +0500 |
commit | f49034ba4962e924cac9d803a5fbe07b8057a632 (patch) | |
tree | 3e27b79da36b0e74cb7c0ef9faa487cd2cb5e37e /.rubocop.yml | |
parent | d67be3aa20d90d48f755b6178d7ce8923f6674ed (diff) | |
download | gitlab-ce-f49034ba4962e924cac9d803a5fbe07b8057a632.tar.gz |
Rename SSL to TLS
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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: |