Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 325 Bytes

oelint.vars.mispell.unknown.md

File metadata and controls

17 lines (10 loc) · 325 Bytes

oelint.vars.mispell.unknown

severity: info

Example

MY_CUSTOM_VARIABLE = "1"

Why is this bad?

As the variable is not known, it is advised to create a layer specific oelint-adv --constantmod extension.

Ways to fix it

Create a --constantmod extension and reference it while running the linter.