Skip to content
  • Hartley McGuire's avatar
    8034cac6
    Fix railspect not validating alphabetical order · 8034cac6
    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.
    8034cac6
    Fix railspect not validating alphabetical order
    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.
Loading