Is There Any Code Review Toolkit That Could Scan The Codes Uploaded By User In My Springboot Application?
now users can upload their codes or jars to my spring boot application, I want to scan their codes and analyze code quality.Is there any toolkit to do that?
I dont want another service to deploy on my server and call service through http API, like sonar or spotbugs(maybe they can do it but i didnt found any demos or projects). I just need some dependecies or toolkits to do this by calling some methods or running some commands.