diff options
author | Sanad Liaquat <sliaquat@gitlab.com> | 2018-10-24 18:17:29 +0500 |
---|---|---|
committer | Sanad Liaquat <sliaquat@gitlab.com> | 2018-10-24 18:17:29 +0500 |
commit | d67be3aa20d90d48f755b6178d7ce8923f6674ed (patch) | |
tree | 8505e25cdfdcbde4c554cce7c546713f26859447 /.rubocop.yml | |
parent | 7983c798af6f2f01748b67ea3cdbc2dec2554604 (diff) | |
download | gitlab-ce-d67be3aa20d90d48f755b6178d7ce8923f6674ed.tar.gz |
Fix rubocop issues
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 0f4018326a1..0afe7367b83 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -80,6 +80,9 @@ 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' + IgnoreExecutableScripts: true AllowedAcronyms: - EE |