Skip to content
Snippets Groups Projects
Commit 44000de1 authored by Dmitry Petrov's avatar Dmitry Petrov Committed by Jonas Höppner
Browse files

Check bitbake recipes with linter

The job checks bitbake recipes added/updated in MR using the
oelint-adv tool (https://github.com/priv-kweihmann/oelint-adv).

.oelint.json is a rulefile, created with the command
"oelint-adv --print-rulefile". It can be used during development.
It contains default rules for now, but will probably be customized later.

To get the list of changed files in MR, we adjusted the GIT_DEPTH variable.
The new value is 50, which should be fine for getting MR changes,
and still small enough to keep checkout fast for large projects.
parent 9d9574d1
No related branches found
No related tags found
1 merge request!383Check bitbake recipes with linter
Pipeline #113459 passed with stage
in 29 minutes and 50 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment