Commit d3291e0
Alex J Lennon
Fix yocto-check-layer syntax and remove error suppression
🔧 Syntax Fixes:
- Use layer directory as positional argument (not --layer flag)
- Use --no-auto-dependency (singular, not plural)
- Remove error suppression to ensure CI fails on validation errors
✅ Benefits:
- CI will now execute yocto-check-layer without syntax errors
- Proper failure handling when validation issues occur
- Focused validation on current layer only
- Clear error reporting for debugging1 parent 2ea7d23 commit d3291e0
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
277 | | - | |
278 | | - | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments