Skip to content

Allow gitlab name duplicates for duplicated person entries

Vasilii Iakliushin requested to merge support_gitlab_name_duplicates into master

Why is this change being made?

Original discussion: !53968 (comment 367981171)

There are duplicated persons in team.yml. But unique linter prevents us from setting the same gitlab name for them. That creates a conflict with a new linter that validates the presence of gitlab names.

In order to unblock the work on the new linter, I remove the restriction on duplicated gitlab names but only for entries with the same real name.

Merge request reports