Re: [bitbake-devel] [PATCH v2 8/9] layers.schema.json: Remove trailing period
"Yoann Congal" <[email protected]> Thu, 28 May 2026 13:05:18 +0200
| Newsgroups | org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue Apr 7, 2026 at 5:02 PM CEST, Rob Woolley via lists.openembedded.org wrote: > This resolves the jsonschema linting error: > Descriptions should not end with a period to give user interfaces > flexibility in presenting the text (description_trailing_period) > > Signed-off-by: Rob Woolley <[email protected]> Reviewed-by: Yoann Congal <[email protected]> > --- > setup-schema/layers.schema.json | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/setup-schema/layers.schema.json b/setup-schema/layers.schema.json > index 5c715f08e..0ab679a6f 100644 > --- a/setup-schema/layers.schema.json > +++ b/setup-schema/layers.schema.json > @@ -44,7 +44,7 @@ > "type": "string" > }, > "contains_this_file": { > - "description": "Whether the directory with the layer source also contains this json description. Tools may want to skip the checkout of the source then.", > + "description": "Whether the directory with the layer source also contains this json description. Tools may want to skip the checkout of the source then", > "type": "boolean" > }, > "git-remote": { > @@ -64,7 +64,7 @@ > "type": "string" > }, > "describe": { > - "description": "The output of 'git describe' (human readable description of the revision using tags in revision history).", > + "description": "The output of 'git describe' (human readable description of the revision using tags in revision history)", > "type": "string" > }, > "uri": { -- Yoann Congal Smile ECS