oelint.var.improperinherit

March 17, 2024 ยท View on GitHub

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

Contents

  1. 1Example
  2. 2Why is this bad?
  3. 3Ways to fix it