-
Hartley McGuire authored
One of the original goals of these checks was to validate that configuration stays in alphabetical order, as this provides a deterministic order for the configuration to be validated against. However, it appears there has been a regression in that check and it has only been validating that configurations are present. This commit restores the ordering check and then uses `railspect configuration . -a` to fix the configurations that ended up out of order.
Hartley McGuire authoredOne of the original goals of these checks was to validate that configuration stays in alphabetical order, as this provides a deterministic order for the configuration to be validated against. However, it appears there has been a regression in that check and it has only been validating that configurations are present. This commit restores the ordering check and then uses `railspect configuration . -a` to fix the configurations that ended up out of order.
Loading