Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 444 Bytes

oelint.vars.summary80chars.md

File metadata and controls

22 lines (14 loc) · 444 Bytes

oelint.vars.summary80chars

severity: warning

Example

In any bitbake recipe

SUMMARY = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"

Why is this bad?

The OpenEmbedded Style guide requires SUMMARY to be a maximum of 80 characters long

Ways to fix it

SUMMARY = "Something shorter than 80 characters"