|
63 | 63 | "rule_severities": {
|
64 | 64 | "annular_width": "error",
|
65 | 65 | "clearance": "error",
|
66 |
| - "connection_width": "warning", |
67 | 66 | "copper_edge_clearance": "error",
|
68 |
| - "copper_sliver": "warning", |
69 | 67 | "courtyards_overlap": "error",
|
70 | 68 | "diff_pair_gap_out_of_range": "error",
|
71 | 69 | "diff_pair_uncoupled_length_too_long": "error",
|
72 | 70 | "drill_out_of_range": "error",
|
73 | 71 | "duplicate_footprints": "warning",
|
74 | 72 | "extra_footprint": "warning",
|
75 |
| - "footprint": "error", |
76 | 73 | "footprint_type_mismatch": "error",
|
77 | 74 | "hole_clearance": "error",
|
78 | 75 | "hole_near_hole": "error",
|
79 | 76 | "invalid_outline": "error",
|
80 |
| - "isolated_copper": "warning", |
81 | 77 | "item_on_disabled_layer": "error",
|
82 | 78 | "items_not_allowed": "error",
|
83 | 79 | "length_out_of_range": "error",
|
84 |
| - "lib_footprint_issues": "warning", |
85 |
| - "lib_footprint_mismatch": "warning", |
86 | 80 | "malformed_courtyard": "error",
|
87 | 81 | "microvia_drill_out_of_range": "error",
|
88 | 82 | "missing_courtyard": "ignore",
|
|
92 | 86 | "padstack": "error",
|
93 | 87 | "pth_inside_courtyard": "ignore",
|
94 | 88 | "shorting_items": "error",
|
95 |
| - "silk_edge_clearance": "warning", |
96 | 89 | "silk_over_copper": "warning",
|
97 | 90 | "silk_overlap": "error",
|
98 | 91 | "skew_out_of_range": "error",
|
99 |
| - "solder_mask_bridge": "error", |
100 |
| - "starved_thermal": "error", |
101 |
| - "text_height": "warning", |
102 |
| - "text_thickness": "warning", |
103 | 92 | "through_hole_pad_without_hole": "error",
|
104 | 93 | "too_many_vias": "error",
|
105 | 94 | "track_dangling": "warning",
|
|
108 | 97 | "unconnected_items": "error",
|
109 | 98 | "unresolved_variable": "error",
|
110 | 99 | "via_dangling": "warning",
|
| 100 | + "zone_has_empty_net": "error", |
111 | 101 | "zones_intersect": "error"
|
112 | 102 | },
|
113 | 103 | "rules": {
|
|
440 | 430 | "net_settings": {
|
441 | 431 | "classes": [
|
442 | 432 | {
|
443 |
| - "bus_width": 6, |
| 433 | + "bus_width": 6.0, |
444 | 434 | "clearance": 0.2,
|
445 | 435 | "diff_pair_gap": 0.25,
|
446 | 436 | "diff_pair_via_gap": 0.25,
|
|
454 | 444 | "track_width": 0.25,
|
455 | 445 | "via_diameter": 0.8,
|
456 | 446 | "via_drill": 0.4,
|
457 |
| - "wire_width": 6 |
| 447 | + "wire_width": 6.0 |
458 | 448 | }
|
459 | 449 | ],
|
460 | 450 | "meta": {
|
461 |
| - "version": 3 |
| 451 | + "version": 2 |
462 | 452 | },
|
463 | 453 | "net_colors": null,
|
464 | 454 | "netclass_assignments": null,
|
|
0 commit comments