Skip to main content

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 pure_traits_rule;
11pub mod readable_source_rule;
12pub mod registry_completeness_rule;
13pub mod single_implemented_type_rule;
14pub mod test_file_structure_rule;
15pub mod test_free_source_rule;
16pub mod test_naming_rule;
17pub mod tested_public_api_rule;
18pub mod tests_layout_rule;