Skip to content

Commit 182f9c4

Browse files
committed
refactor: tidy frontmatter rule imports
1 parent 859220b commit 182f9c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/skillcheck/rules/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
check_description_non_empty,
2727
check_description_person_voice,
2828
check_description_required,
29+
check_description_type,
2930
check_name_charset,
3031
check_name_consecutive_hyphens,
3132
check_name_directory_match,
@@ -34,7 +35,6 @@
3435
check_name_required,
3536
check_name_reserved_words,
3637
check_name_type,
37-
check_description_type,
3838
check_unknown_fields,
3939
check_yaml_anchors,
4040
)

0 commit comments

Comments
 (0)