Skip to content

Commit

Permalink
Supress KiBot warnings caused by the docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickBaus committed Dec 13, 2023
1 parent f822d32 commit 304b59c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config.kibot.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
kibot:
version: 1

globals:
# Filters for KiBot warnings
filters:
- filter: Ignore missing KiCad config, not in docker images
number: 8
- filter: Ignore missing KiCad 3D models, not in docker images
number: 10
- filter: Ignore missing KiCad config from KiAuto, not in docker images
number: 58
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 Down

0 comments on commit 304b59c

Please sign in to comment.