Pattern: Wrong array keys order
Issue: -
Arrays should be defined with keys in alphabetical order. It defines where new entries should be inserted. It reduces merge conflicts and duplicate entries.
This rule enforces natural sorting of array definitions by key in multi-line arrays.