KiCad / kicad-library-utils

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

S6.3.2 check for space-separated keywords #321

Open aewallin opened 4 years ago

aewallin commented 4 years ago

checking that symbol keywords are separated by spaces should be quite straightforward?

an automated check would reduce manual work for reviewers (if e.g. comma-separated keywords or something else are caught automatically by travis)

JacobEFO commented 4 years ago

I'd love to make a little something for this issue. If you're open for it.