Skip to content
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

Provide ability to re-link the TRACEABILITY_ITEM_ID #63

Merged
merged 3 commits into from
Feb 2, 2022
Merged

Provide ability to re-link the TRACEABILITY_ITEM_ID #63

merged 3 commits into from
Feb 2, 2022

Conversation

JasperCraeghs
Copy link
Member

If the item ID matched by TRACEABILITY_ITEM_ID_REGEX is incorrect, e.g. it does not exist in the collection of
traceability items, you can configure the plugin to link to the desired item ID instead.
Add the item ID returned by Coverity as a key to the Python dictionary TRACEABILITY_ITEM_ID_REGEX and the desired
item ID as value. Example:

  TRACEABILITY_ITEM_RELINK = {
      "STATIC_DEVIATE-MISRA_RULE_1_0": "STATIC_DEVIATE-MISRA_1_0",
  }

Closes #62

@JasperCraeghs JasperCraeghs added the enhancement New feature or request label Feb 2, 2022
Copy link
Member

@Letme Letme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job 😉

@Letme Letme merged commit ac53a48 into master Feb 2, 2022
@Letme Letme deleted the remap branch February 2, 2022 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide ability to re-link the TRACEABILITY_ITEM_ID
2 participants