There are certain weak works (defined in the metamodel) that are forbidden to be inside the content. This should be checked and enforced for the following types: - Stakeholder Requirements - Feature Requirements - Component Requirements - Tool Requirements - [ ] Ensure the metamodel is correctly read - [ ] Ensure RST tests are there & passing - [ ] Create UNIT Tests if needed [Code Link](https://github.com/eclipse-score/docs-as-code/blob/main/src/extensions/score_metamodel/checks/attributes_format.py#L114-L130)
There are certain weak works (defined in the metamodel) that are forbidden to be inside the content.
This should be checked and enforced for the following types:
Stakeholder Requirements
Feature Requirements
Component Requirements
Tool Requirements
Ensure the metamodel is correctly read
Ensure RST tests are there & passing
Create UNIT Tests if needed
Code Link