Closed MQueiros closed 10 months ago
Related discussion in oelint-parser
: https://github.com/priv-kweihmann/oelint-parser/issues/150
I tried it now for almost a 100 times with different settings, every time I get the very same results. Judging from the related discussion you are using custom rule classes, maybe it might be worth sharing a redacted version of that one. Or post an updated example of what's wrong
Ah, that's true. My bad. I was calling self.finding
with the wrong filename in some cases. Thanks! :)
Consider the case when a
path/to/somefile_%.bbappend
file roughly looks like:And also that
path/to/somerequire.inc
causes an oelint error.If I run the rule multiple times, sometimes I get:
Other times I get:
If the
onlyappend
option is used, only the second case will throw errors. Also, a more deterministic output would be preferable for making it possible to have post-processing tooling catching the errors.