pmat 3.14.0

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
1
2
3
4
5
6
7
8
9
//! Tests for lint hotspot handlers
//! Split for file health compliance (CB-040)

use super::*;

include!("lint_hotspot_tests_part1.rs");
include!("lint_hotspot_tests_part2.rs");
include!("lint_hotspot_tests_part3.rs");
include!("lint_hotspot_tests_part4.rs");