diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-02 10:10:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-16 17:41:51 +0100 |
commit | 79fa12ae4b72b967051f7d19ffddac4fe3651171 (patch) | |
tree | 338869b32b4c09488a9fbf0c5b9c17d6bec9682d /bitbake/lib/codegen.py | |
parent | 0ed51cf4347357de1ae9456b182faedeb11fc4a8 (diff) | |
download | poky-79fa12ae4b72b967051f7d19ffddac4fe3651171.tar.gz |
bitbake: parse/ConfHandler: Add warning for deprecated whitespace usage
A lack of whitespace around variable assignment operators makes the
files harder to read.
There is a deeper issue in that a "+" character can sometimes be confused
between the variable name and the assignment operator.
Start showing warnings for such usage so we encourage people to use
consistent whitespace which helps with file readability in general.
(Bitbake rev: 24772dd2ae6c0cd11540a260f15065f906fb0997)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/codegen.py')
0 files changed, 0 insertions, 0 deletions