Skip to content

Commit

Permalink
Add standard check documentation
Browse files Browse the repository at this point in the history
Signed-off-by: romanodanilo <[email protected]>
  • Loading branch information
romanodanilo committed Jul 2, 2024
1 parent 65f6ae9 commit 5b87ada
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions qc_otx/checks/core_checker/unique_node_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,19 @@

def check_rule(checker_data: models.CheckerData) -> None:
"""
Implements core checker rule Core_Chk010
Criterion: The value of a nodes name attribute should be unique among all nodes in a procedure.
Severity: Warning
Rule ID: asam.net:otx:1.0.0:core.chk_010.unique_node_names
Description: The value of a nodes name attribute should be unique among all nodes in a procedure.
Severity: WARNING
Version range: [1.0.0, )
Remark:
None
More info at
-
"""
logging.info("Executing unique_node_names check")

Expand Down

0 comments on commit 5b87ada

Please sign in to comment.