We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18c470 commit 723e9ebCopy full SHA for 723e9eb
scripts/check_yaml_files.py
@@ -231,5 +231,5 @@ def check_missing_descriptions(yaml_files: list[str]) -> list[str]:
231
remove_duplicate_tags(yaml_files)
232
missing = check_missing_descriptions(yaml_files) # Add description check
233
# TODO remove missing allowance once all diagrams have descriptions
234
- raise_missing = len(missing) > 7
+ raise_missing = len(missing) > 10
235
raise SystemExit(errors or raise_missing) # Exit with error if any checks fail
0 commit comments