Skip to content

feat: Ignore import path order

Mark Florian requested to merge ignore-import-path-ordering into master

In gitlab-org/gitlab!69072 (merged) it was determined that the consensus was to remove the requirement that the order within each import group be alphabetical based on import path.

The default value of the alphabetize option is ignore, so this simply removes it.

Merge request reports