URGENTTTT!! … Is there any code review tool available for UiPath developments?
Please go through below link:
2 Likes
Can we use a particular tool like Sonar Qube in order to check code authenticity?
1 Like
Its not possible. If you want to debug the code you can do it using UiPath.
1 Like
Petze
There is a SonarQube plugin that is in Alpha, for now it check naming convention and some rule like :
- Verify if the invoke workflow file exist
- Verify if the parameter between the invoke workflow and the workflow are the same
- Check top level annotation
- Check if GetPassword is used
- Check if Catch Block is empty
It’s a pretty good starting point that just need to be enhanced.