Replies: 1 comment 1 reply
-
Why don't you just add filters for the SHIELD stuff? Try something like: kibot:
version: 1
preflight:
run_drc: true
filters:
- filter: 'Ignore J1 shield connections'
error: 'unconnected_items'
regex: 'J1-SHIELD-PadS1' Note that the name unconnected_items is the name used by KiCad and reported in the KiBot logs (from the DRC report). I implemented a toy test here: test_unconnected_items_filter.zip |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've checked the DRC section, but I'm not sure if this use case can be covered.
I want to have KiBot fail if there are items unconnected. I'd like to filter this, as some "unconnected" items (`SHIELD) I don't care about.
I think this can't be done today, and I might need some combination of
ignore_unconnected
as well as the ability to filter that?Beta Was this translation helpful? Give feedback.
All reactions