Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 266 Bytes

oelint.var.improperinherit.md

File metadata and controls

27 lines (17 loc) · 266 Bytes

oelint.var.improperinherit

severity: error

Example

inherit abc/abc

or

inherit def~AAAA

Why is this bad?

inherit statements only support [A-Za-z0-9-_] characters

Ways to fix it

Avoid unsupported characters

inherit abc