You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For most of my projects I have no issues with the license audit system, It just works.
I do have a NX Workspace monorepo that has the package.json in the root folder (that is shared between all projects) and in some subfolders several applications (with no package.json in the application specific folders).
Implementing the monorepo style Qodana shows license audit missing (and I guess that is ok since there is no package.json in the actual application project folder).
Implementing the normal style Qodana and excluding the other projects still shows license audit missing, and I can't figure out why. qodana-backend.yaml:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi !
For most of my projects I have no issues with the license audit system, It just works.
I do have a NX Workspace monorepo that has the package.json in the root folder (that is shared between all projects) and in some subfolders several applications (with no package.json in the application specific folders).
Implementing the monorepo style Qodana shows license audit missing (and I guess that is ok since there is no package.json in the actual application project folder).
Implementing the normal style Qodana and excluding the other projects still shows license audit missing, and I can't figure out why.
qodana-backend.yaml
:Beta Was this translation helpful? Give feedback.
All reactions