stern4rust/rules/mod.rs
1// Copyright 2025 Umberto Gotti <umberto.gotti@umbertogotti.dev>
2// Licensed under the MIT License
3// SPDX-License-Identifier: MIT
4
5pub mod directory_file_count_rule;
6pub mod directory_subfolder_count_rule;
7pub mod header_rule;
8pub mod imported_paths_rule;
9pub mod module_registry_rule;
10pub mod readable_source_rule;
11pub mod registry_completeness_rule;
12pub mod single_implemented_type_rule;
13pub mod test_file_structure_rule;
14pub mod test_free_source_rule;
15pub mod tests_layout_rule;