Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-16 15:07:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-16 15:07:51 +0300
commit1c9afffa29584c92bf1bb73c005f69c6875808e6 (patch)
tree39332df6f417a28296703e28bd7f5c9ab08275d6 /.rubocop.yml
parentf15ffb0170776275ff875ddc32bcd79d6c6163eb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 7b4ec350a35..3ad7255732b 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -765,3 +765,6 @@ Performance/ActiveRecordSubtransactionMethods:
Migration/BackgroundMigrationBaseClass:
Enabled: false
+
+Style/ClassAndModuleChildren:
+ Enabled: true