KiCad / kicad-library-utils

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

Symbol files are not checked for Unix line endings #259

Closed evanshultz closed 5 years ago

evanshultz commented 6 years ago

See https://github.com/KiCad/kicad-symbols/pull/898.

Unix line endings are required by http://kicad-pcb.org/libraries/klc/G1.7/.

Apparently we're only checking footprint files for line endings. https://github.com/KiCad/kicad-library-utils/tree/master/schlib/rules doesn't have a rule for G1.7 but for footprints it's at https://github.com/KiCad/kicad-library-utils/blob/master/pcb/rules/G1_7.py.