Override a rule in a set #198
Unanswered
GoldenCompany
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm currently migrating from php cs fixer to ecs, and from PSR 12 to PER. However, i want to order imports in alpha, and not "none" imported from PER.
But it seems i can't override a rule in a set. If i comment perCS: true it's working fine. I also tried withConfiguredRule, in vain.
It is normal to not be able to override a rule or did i miss something ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions