Support for Standalone *.bbclass File Checks in oelint-adv #731
muhammedryavuz
started this conversation in
Is this a bug, or a feature?
Replies: 2 comments 5 replies
-
Indeed standalone checks of bbclass files are currently not supported. But it should be doable to change that (just requires a few patches here and there). |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @priv-kweihmann, Thanks again for your response!
I’d appreciate any insights on how rule validation differs in these cases. Thanks! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Standalone Linting Support for
.bbclass
Files inoelint-adv
Hello,
Hope you’re doing well.
I have noticed that
oelint-adv
does not seem to support standalone checks for*.bbclass
files. When I attempt to runoelint-adv
directly on a.bbclass
file, I do not receive any output, errors, or failures. However, I would likeoelint-adv
to provide feedback on*.bbclass
files in my repository.Interestingly, when I run
oelint-adv
on a recipe (.bb
file) that inherits a.bbclass
, the linter does check the inherited.bbclass
files.I’m unsure if this is the intended behavior, but my use case requires running
oelint-adv
directly on.bbclass
files without needing a corresponding recipe.I have also checked the following threads and discussions:
However, my use case is not about suppressing files but rather ensuring that
oelint-adv
can report issues when invalid changes are introduced in a.bbclass
file.Questions:
oelint-adv
supposed to support standalone linting of.bbclass
files?.bbclass
files independently?Thanks in advance for any insights!
Beta Was this translation helpful? Give feedback.
All reactions