// Copyright 2025 Umberto Gotti <umberto.gotti@umbertogotti.dev>
// Licensed under the MIT License
// SPDX-License-Identifier: MIT
pub mod directory_file_count_rule;
pub mod directory_subfolder_count_rule;
pub mod header_rule;
pub mod imported_paths_rule;
pub mod module_registry_rule;
pub mod pure_traits_rule;
pub mod readable_source_rule;
pub mod registry_completeness_rule;
pub mod single_implemented_type_rule;
pub mod test_file_structure_rule;
pub mod test_free_source_rule;
pub mod test_naming_rule;
pub mod tested_public_api_rule;
pub mod tests_layout_rule;