-
-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(attr-sort): sort unknown attributes alphabetically #668
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a pretty good addition! Thanks @chrisguttandin!
This comment was marked as outdated.
This comment was marked as outdated.
Heya @chrisguttandin - can you please resolve the conflicts so we can get this one merged? Thanks! |
Previously unknown attributes were just ignored. Now they get sorted alphabetically. BREAKING CHANGE: HTMLHint will now throw an error if unkown attributes are not sorted. fix htmlhint#661
68423d7
to
1dc1b87
Compare
Hi @coliff, I've rebased the branch on top of the current master. |
@coliff Is there anything I can do about the failing CI tasks? |
Sorry for the delay - I think we need @thedaviddias for assistance on this. |
Previously unknown attributes were just ignored. Now they get sorted alphabetically.
BREAKING CHANGE: HTMLHint will now throw an error if unkown attributes are not sorted.
fix #661
Short description of what this resolves:
This PR will make sure all attributes get sorted when using the attr-sorted rule. It will ensure that attributes linted with this rule will always get sorted the same way.
Please let me know if there is anything that should be changed to make this PR mergable.