Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2022-03-25 00:07:56 +00:00
parent 09b154dce0
commit a87f68964a
3 changed files with 8 additions and 7 deletions

View File

@ -103,6 +103,8 @@ ports:
onOpen: ignore
- port: 9000 # object_store / minio
onOpen: ignore
- port: 9122 # gitlab-shell
onOpen: ignore
vscode:
extensions:

View File

@ -107,13 +107,6 @@ Lint/MixedRegexpCaptureTypes:
Lint/RedundantCopDisableDirective:
Enabled: false
# Offense count: 3
Lint/StructNewOverride:
Exclude:
- 'app/presenters/sentry_error_presenter.rb'
- 'app/serializers/environment_serializer.rb'
- 'lib/gitlab/ci/pipeline/duration.rb'
# Offense count: 22
# Cop supports --auto-correct.
# Configuration parameters: AllowComments.

View File

@ -0,0 +1,6 @@
---
Lint/StructNewOverride:
Exclude:
- 'app/presenters/sentry_error_presenter.rb'
- 'app/serializers/environment_serializer.rb'
- 'lib/gitlab/ci/pipeline/duration.rb'