Small fixes to prevent changes when updating

This commit is contained in:
Johan van Eck 2025-07-26 14:41:34 +03:00
parent 67b2984f91
commit 2cbea8c226
1330 changed files with 1562 additions and 752 deletions

View file

@ -28,9 +28,10 @@ def collect_regex_pattern(service, file_name, input_json, output_dir):
name = spec.get("name", "")
yml_data = {
"name": get_file_name(name),
"pattern": pattern,
"pattern": get_file_name(pattern),
"description": "",
"tags": [],
"tests": [],
}
# Output path