oelint.vars.sectionlowercase
March 17, 2024 ยท View on GitHub
severity: warning
Example
SECTION = "AppLiCations"
Why is this bad?
To make the SECTION setting useful for searching a filtering the value should be all lowercase
Ways to fix it
SECTION = "applications"