From 5471fef2360f9bcf604a026d5807a554dae243e9 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 27 Sep 2023 12:11:21 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .rubocop.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index f613a43b224..0ebb17ce593 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -119,6 +119,12 @@ Lint/EmptyFile: - 'ee/db/embedding/seeds.rb' - 'ee/db/geo/seeds.rb' +# This file has a lot of these, and how we name classes here is essential for how we +# implement migration versions +Naming/ClassAndModuleCamelCase: + Exclude: + - 'lib/gitlab/database/migration.rb' + # This cop checks whether some constant value isn't a # mutable literal (e.g. array or hash). Style/MutableConstant: -- cgit v1.2.3