KiCad / kicad-library-utils

Some scripts for helping with library development
GNU General Public License v3.0
128 stars 95 forks source link

Skip non-footprint files in check_all script for travis ci #313

Closed ottojo closed 4 years ago

ottojo commented 4 years ago

This fixes KiCad/kicad-footprints#1545

poeschlr commented 4 years ago

Might it be better to explicitly check for the fp-lib-table such that we still get a warning if there is a file added that should not be there?

ottojo commented 4 years ago

That sounds useful indeed, i changed the script accordingly

poeschlr commented 4 years ago

thanks