Skip to content

Commit 9a8eced

Browse files
Improve check_id_format (#192)
* Improve check_id_format by adding parts option in the metamodel and removing the hardcoded need in the check, then adapt tests * handle example_feature case in check_id_length * Adding exceptions for example_feature * Fixing IDs --------- Co-authored-by: Maximilian Pollak <[email protected]>
1 parent 13ba715 commit 9a8eced

File tree

9 files changed

+165
-132
lines changed

9 files changed

+165
-132
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
module(
1515
name = "score_docs_as_code",
16-
version = "1.0.1",
16+
version = "1.0.2-CW1",
1717
compatibility_level = 1,
1818
)
1919

0 commit comments

Comments
 (0)