qualcomm-linux/Bitbake Lint (oelint-adv)
Lint bitbake recipes using oelint-adv
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Space-separated list of files or directories to lint (default: current workspace) | no | . |
| diff_only | Only lint files changed in the PR diff (true/false). Requires fetch-depth: 0 | no | false |
| suppress | Space-separated list of rule IDs to suppress | no | "" |
| rulefile | Path to a rulefile (JSON) defining rules and severity overrides | no | "" |
| hide | Hide messages of a given severity (info, warning, or error) | no | "" |
| mode | Level of testing: fast or all (default: fast) | no | "" |
| release | Yocto release to lint against (e.g. dunfell, kirkstone, scarthgap) | no | "" |
| fix | Automatically try to fix issues (true/false) | no | false |
| exit_zero | Always return success even if lint errors are found (true/false) | no | false |
| addrules | Space-separated list of additional non-default rulesets to enable (e.g. jetm) | no | "" |
| customrules | Space-separated list of directories to parse for custom rulesets | no | "" |
| constantmods | Space-separated list of constant DB modifications (prefix with + to add, - to remove) | no | "" |
| extra_layer | Space-separated list of 3rd-party layer names | no | "" |
| output | File path to write findings to (default: stderr) | no | "" |
| messageformat | Custom message format (placeholders: {path} {line} {severity} {id} {msg}) | no | "" |
Outputs
no outputs