Expose violation severity for co-located holes.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/18028
This commit is contained in:
Jeff Young 2024-05-17 11:13:14 +01:00
parent c5162f5483
commit 26906f383c
1 changed files with 1 additions and 0 deletions

View File

@ -276,6 +276,7 @@ std::vector<std::reference_wrapper<RC_ITEM>> DRC_ITEM::allItemTypes( {
DRC_ITEM::edgeClearance,
DRC_ITEM::holeClearance,
DRC_ITEM::holeNearHole,
DRC_ITEM::holesCoLocated,
DRC_ITEM::trackWidth,
DRC_ITEM::annularWidth,
DRC_ITEM::drillTooSmall,