Plato Software Error
I am getting this error while using plato for one of my project to find maintainability index for angular.js application: plato -r -d report 'angular' angular-master C:\Users\prit
Solution 1:
You did not specify the target files correctly. I don't know your project structure so it is hard to say, but try
plato -r -d report -t "angular" angular-master/*.js
The documentation is requesting input files, not a directory, so you have to use a pattern.
Post a Comment for "Plato Software Error"