From b6b5a8ef6ec2cd7b2b1190851db0ee298a9cadbf Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Thu, 5 Jan 2023 17:00:32 -0800 Subject: [PATCH] Remove bus label syntax from severities dialog --- eeschema/erc_item.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eeschema/erc_item.cpp b/eeschema/erc_item.cpp index e39e315ce9..16762fbfb9 100644 --- a/eeschema/erc_item.cpp +++ b/eeschema/erc_item.cpp @@ -215,7 +215,9 @@ std::vector> ERC_ITEM::allItemTypes( { ERC_ITEM::unresolvedVariable, ERC_ITEM::simulationModelIssues, ERC_ITEM::similarLabels, - ERC_ITEM::busLabelSyntax, + // Commented out until the logic for this element is coded + // TODO: Add bus label syntax checking +// ERC_ITEM::busLabelSyntax, ERC_ITEM::libSymbolIssues, ERC_ITEM::extraUnits, ERC_ITEM::missingUnits,