Include KLC checks in library editors
Bug #1803585 reported by
Antonio Vázquez Blanco
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KiCad |
New
|
Unknown
|
Bug Description
Currently librarians use python check scripts to allow Travis to perform a rough check of wether a symbol or a footprint conforms with basic KLC rules.
Kicad library editors include a "DRC" or similar button that would be awesome if could include KLC checking.
The task would basically be porting the existing python code to KiCad to be able to perform the checks directly in the tool.
That would make checking easier for library collaborators and would lead to less work for librarians that are currently overwhelmed by the amounts of contributions to review.
tags: | added: drc eeschema erc pcbnew python |
Changed in kicad: | |
importance: | Wishlist → Unknown |
status: | Expired → New |
To post a comment you must log in.
I don't know anything about KiCad source code structure so I am not brave enough to provide a fix for this issue. On the other hand if a basic class structure was done by someone I would be willing to contribute with further work to migrate the existing checks.