Replies: 1 comment
-
That breaks with the idea of a self contained layer, hence requiring more knowledge of the overall build. It would force the need to know about layer inclusion order and stuff like that. So short answer: by design not possible (yet). You can ofc ship a copy of the class in question with your layer to be checked, but I think that will contradict the purpose of shared class code |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have a class in a base layer that is used by bb files in other layers. Is it somehow possible to tell oelint-adv about this class like calling:
I've tried, but it didn't work (with v6.0). Have I done something wrong? How can I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions