Subject: | lint returns errors on supply nets connected to normal (wire) pins |
If you run the lint method on a pin of type "wire" that's connected to a
net of type "supply0" or "supply1", an error is produced. This should
be permitted.
Changing Pin::type_match to permit this situation resolves the problem.