summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-10-20 18:12:31 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-20 18:12:31 +0000
commitb420826c09cb69fd3db101b11e0482c896de73f7 (patch)
treeb7886d6c9d13eda1c8ef0e7f8b3fb236d71440e2 /.rubocop.yml
parentdd1388bcdb2383df8aecc8dd22f8ae6bdd8473cd (diff)
downloadgitlab-ce-b420826c09cb69fd3db101b11e0482c896de73f7.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml26
1 files changed, 14 insertions, 12 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 4bf2392867d..7285f8cee5c 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -107,24 +107,26 @@ RSpec/MultipleMemoizedHelpers:
Naming/FileName:
ExpectMatchingDefinition: true
Exclude:
+ - '**/*/*.builder'
+ - 'ee/bin/*'
+ - 'config.ru'
+ - 'config/**/*'
+ - 'ee/config/**/*'
- 'db/**/*'
- 'ee/db/**/*'
+ - 'ee/elastic/migrate/*'
+ - 'lib/tasks/**/*.rake'
+ - 'ee/lib/tasks/**/*.rake'
+ - 'lib/generators/**/*'
+ - 'ee/lib/generators/**/*'
+ - 'scripts/**/*'
- 'spec/**/*'
- - 'features/**/*'
+ - 'tooling/bin/*'
- 'ee/spec/**/*'
+ - 'qa/bin/*'
- 'qa/spec/**/*'
- 'qa/qa/specs/**/*'
- - 'qa/bin/*'
- - 'ee/bin/*'
- - 'config/**/*'
- - 'ee/config/**/*'
- - 'lib/generators/**/*'
- - 'locale/unfound_translations.rb'
- - 'ee/locale/unfound_translations.rb'
- - 'ee/lib/generators/**/*'
- - 'qa/qa/scenario/test/integration/ldap_no_tls.rb'
- - 'qa/qa/scenario/test/integration/ldap_tls.rb'
- - 'qa/tasks/*'
+ - 'qa/tasks/**/*.rake'
IgnoreExecutableScripts: true
AllowedAcronyms: