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>2024-01-04 06:14:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-04 06:14:51 +0300
commit73270622cc7b3e40c019f3b1aad7ebfa2c224ba0 (patch)
treeeaee70f3b108d254bf16a6847d4e8724f1fbd18c /.rubocop.yml
parent54efc4fee638a0f47372961b24c0efa477e5b01a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 8f847d26230..acd033fdaf8 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1117,3 +1117,10 @@ Style/SymbolProc:
# See https://gitlab.com/gitlab-org/gitlab/-/issues/435940#note_1703307479
Style/HashSyntax:
EnforcedShorthandSyntax: never
+
+Gitlab/LicenseAvailableUsage:
+ Enabled: true
+ Include:
+ - 'app/models/application_setting.rb'
+ - 'ee/app/models/ee/application_setting.rb'
+ - 'lib/gitlab/current_settings.rb'