mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
Remove bus label syntax from severities dialog
This commit is contained in:
parent
a6eb6d3228
commit
b6b5a8ef6e
@ -215,7 +215,9 @@ std::vector<std::reference_wrapper<RC_ITEM>> 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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user