Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickBaus committed Dec 30, 2023
1 parent c94ecf5 commit 259423b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ globals:
regex: kicad_common.json
# This will undo the `set_text_variables` when we run it locally
restore_project: true

preflight:
run_drc: true
run_erc: true
Expand All @@ -26,10 +27,10 @@ preflight:
error: lib_footprint_mismatch
regex: 'SOIC-14W_7.5x9mm_P1.27mm'
- filter: 'The DIN 41612 connectors of different variants overlap'
error: 'courtyards_overlap'
error: courtyards_overlap
regex: 'Footprint J\d+'
- filter: 'The DIN 41612 connectors of different variants overlap'
error: 'silk_overlap'
error: silk_overlap
regex: 'Line on F.Silkscreen'
- filter: 'Those vias are used to give multimeter probes more grip'
error: via_dangling
Expand Down

0 comments on commit 259423b

Please sign in to comment.