-
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: update no-version-tag
rule and add version-tag
rule
#117
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.
Integrated camunda/bpmnlint-plugin-camunda-compat#174. @philippfromme looks good to me!
There is still six test failures, which I'm not sure are related or unrelated to this PR.
Edit: Confirmed the test failures are due to the bpmnlint-plugin bump. Can you have a look?
1c9aa86
to
d24d8c6
Compare
Follow-up house keeping PR (can be merged independently) -> #118. |
I'll have a look. |
d24d8c6
to
9242cff
Compare
fix: prevent double-linting of version tag field Related to camunda/camunda-modeler#4519
9242cff
to
47573fb
Compare
Integrates fix for camunda/camunda-modeler#4519 and handles the changed lint errors.
Related to camunda/camunda-modeler#4519
Requires camunda/bpmnlint-plugin-camunda-compat#174