diff options
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 |