Extend weak content check for tool needs#158
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //src:license-checkStatus: ✅ Passed Click to expand output |
| - requirement_excl_process | ||
|
|
||
| # req-Id: tool_req__docs_req_types | ||
| aou_req: |
There was a problem hiding this comment.
Why not aou? Any other missing?
There was a problem hiding this comment.
This is the list of the requirement we need to cover not all of them I didn't want the new tag name to be more longer or I can exclude aou also in the name: https://eclipse-score.github.io/docs-as-code/pr-140/product/requirements.html#tool_req__docs_req_weak_content
There was a problem hiding this comment.
I did add AOU I think in my PR, as I saw it missing.
But we can double check it.
|
The created documentation from the pull request is available at: docu-html |
4b158ad to
9a2f672
Compare
…t a default requirement
|
/consumer-test |
1 similar comment
|
/consumer-test |
| need_options = get_need_type(app.config.needs_types, need["type"]) | ||
|
|
||
| tags = need_options.get("tags", []) | ||
| if "requirement_excl_process" in tags and need.get("content", None): |
There was a problem hiding this comment.
This is still not quiet right.
As we want the 'requirement_excl_process' to be inside the metamodel defined not here.
Basically do not want to change python code if we want to change which needs or what words are affected.
|
This has been merged in collaboration PR #173. |
Extend weak content check for tool needs and correct failed Tool requirements in the build
close: #148