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 arrange_act_assert_rule;
6pub mod declared_by_name_rule;
7pub mod directory_file_count_rule;
8pub mod directory_subfolder_count_rule;
9pub mod header_rule;
10pub mod imported_paths_rule;
11pub mod module_registry_rule;
12pub mod paired_test_file_rule;
13pub mod pure_traits_rule;
14pub mod readable_source_rule;
15pub mod registry_completeness_rule;
16pub mod single_implemented_type_rule;
17pub mod test_file_name_postfix_rule;
18pub mod test_file_structure_rule;
19pub mod test_free_source_rule;
20pub mod test_naming_rule;
21pub mod tested_public_api_rule;
22pub mod tests_layout_rule;