Try to fix a QA issue (disable useless DRC tests for 2 boards)

This commit is contained in:
jean-pierre charras 2023-07-23 13:08:59 +02:00
parent dda9d6c86c
commit a343cd0a24
2 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
"silk_edge_clearance": "warning",
"silk_over_copper": "warning",
"silk_over_copper": "ignore",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"solder_mask_bridge": "error",

View File

@ -82,7 +82,7 @@
"items_not_allowed": "error",
"length_out_of_range": "error",
"lib_footprint_issues": "ignore",
"lib_footprint_mismatch": "warning",
"lib_footprint_mismatch": "ignore",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"missing_courtyard": "ignore",
@ -93,7 +93,7 @@
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
"silk_edge_clearance": "warning",
"silk_over_copper": "error",
"silk_over_copper": "ignore",
"silk_overlap": "error",
"skew_out_of_range": "error",
"solder_mask_bridge": "ignore",