-
Notifications
You must be signed in to change notification settings - Fork 2
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(rules): add duplicate-task-headers
rule
#41
Conversation
Note that the properties panel is not showing the error yet. Since we display the headers in alphanumeric order and not in the XML order, I find it difficult to determine which header key is causing the error... |
I'm reviewing this. |
duplicate-task-headers
ruleduplicate-task-headers
rule
460e30d
to
3795971
Compare
I made a proposal to refactor this before we merge it (cf. 3795971). @pinussilvestrus will have a look at the proposal and we'll squash before merging. |
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.
Works like a charm, nice work 👍 I will clean up the commit history and I think we can go for it 👍
3795971
to
4eb57f1
Compare
duplicate-task-headers
ruleduplicate-task-headers
rule
I updated the PR so I think we can merge it now 👍 |
Related to camunda/linting#4 Co-authored-by: Niklas Kiefer <[email protected]>
4eb57f1
to
0c71398
Compare
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.
✅
Related to camunda/linting#4
Adds the
duplicate-task-headers
rule to check for duplicatezeebe:Header
elements (by key).