-
-
Notifications
You must be signed in to change notification settings - Fork 72
Description
Describe the bug
The DRC violation exclusion list within the kicad project are not being excluded by Kibot. Here is the drc exculsion, and KiBot still warning about it
To Reproduce
Kibot config file
Expected behavior
Kibot should see the exclusion list within the *.kicad_pro file and also exclude them.
Screenshots
Can provide if any of these links don't work, but the repo is public so it should be accessible.
Environment (please complete the following information):
Being run within Github Actions.
Actions workflow
Additional context
I saw the other issue on here that this was a KiCAD issue back in version 6 or 7, but that issue makes it seem that it's been solved. I still need to verify if the KiCAD Python API will properly exclude the DRC warning.
Also, I'm trying to manually exclude the warnings using a filter, but that's also not working. I'm not certain if I have the filter settings correct.