Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
09b154dce0
commit
a87f68964a
3 changed files with 8 additions and 7 deletions
|
@ -103,6 +103,8 @@ ports:
|
|||
onOpen: ignore
|
||||
- port: 9000 # object_store / minio
|
||||
onOpen: ignore
|
||||
- port: 9122 # gitlab-shell
|
||||
onOpen: ignore
|
||||
|
||||
vscode:
|
||||
extensions:
|
||||
|
|
|
@ -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.
|
||||
|
|
6
.rubocop_todo/lint/struct_new_override.yml
Normal file
6
.rubocop_todo/lint/struct_new_override.yml
Normal 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'
|
Loading…
Reference in a new issue