oelint-adv icon indicating copy to clipboard operation
oelint-adv copied to clipboard

Advanced oelint

Results 13 oelint-adv issues
Sort by recently updated
recently updated
newest added

@priv-kweihmann I'd like to refactor the test parameterization which I find hard to read, which is e.g. because keys and values are on the same indentation level they take a...

Refactored a couple of exception clauses. I also removed some `except Exception` entirely. They should be used with a lot of care and in cases where there is absolutely no...

Allows to invoke oelint as ``` oelint-adv . ``` to run on all recipes in that directory.

The linter is run as part of each module tested in the same stage. I think there are more projects that run the linter as a stage before the actual...

For new users it is valuable to describe how to setup and run new test cases under `tests/`. Add a README in markdown format to describe the needed steps

enhancement

I have a lot of warnings that the ordering of entries is wrong. I'm wondering if that can't be adjusted with the `--fix`? Would that be a big deal to...

enhancement

``` FILES_${PN} = "${bindir}/*" ``` or ``` FILES_${PN} = "${datadir}/**" ``` in unnecessary as bitbake automatically expands to include subfolder and items. ``` FILES_${PN} += "$[bindir}/*.1.so" ``` shall not give...

New rule

Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.0 to 5.0.4. Commits 6027577 Release 5.0.4 213e006 Merge pull request #1653 from asottile/lower-bound-importlib-metadata e94ee2b require sufficiently new importlib-metadata 318a86a Merge pull request #1646 from televi/main 7b8b374...

dependencies
python

https://bugzilla.yoctoproject.org/show_bug.cgi?id=14235 shows interesting things to check for

New rule