My project is ES6 (webpack + babel). Plato is great, but doesn't work with ES6 yet. I took a look at escomplex and the series of related packages, but it looks like the author is no longer maintaining this and it seems like it doesn't support ES6…
I am having a problem with the OPTIONAL statement in functions and subroutines with Fortran 95. Currently I am using Silverfrost's Plato and their FTN95 compiler (in "Release Win32" mode). After trying to implement the OPTIONAL statement in a more…
I have a problem with QR decomposition method. I use dgeqrf subroutine for decomposition but there is no error in the compiler but it gives a problem after that. I haven't found where is the mistake.
Another question is, A=Q*R=> if A matrix has…
I am using Plato to analyse java script code, But I want to disable lint error for my code during analyse. How can I do that with out touching code is there way or do I have to dig in code.
I've been working with JavaScript for a while now and just started analyzing my code with Plato. I'm not sure how it calculates maintainability but the code bellow returns maintainability score of 69.3. What am i missing? Tried adding comments and…
I created a fortran 90 program that I used on a linux machine and compiled using gfortran. It worked fine on the linux machine with gfortran but provides the error
error 327 - In the INTERFACE to SECANTMETHOD (from MODULE SECMETH), the ninth dummy…
I am using Plato IDE from Silverfrost FTN95 to run programs on Fortran as well as C++. But for the last 2-3 months, I was busy and could not use them. So, yesterday when I opened the IDE and viewed some earlier written programs, I saw that the…
I have generated the Plato report for the AngularJS code and now I want to know how I can improve the Maintainability Index.
Lint errors improvement does not improve the Maintainability Index.
Any refernce links, very much appreciated.
Thanks.
Plato is a JS code complexity analyzer.
The documentation can be found at that link. I cannot get it to run however. It must be a dumb mistake but here is what I have tried.
plato fileX.js -d somename "~/Desktop/"
plato addNewDocPopup.js -d…
I would like to get for each file:
the number of methods
the number of classes
the number of functions
And for each function:
the cyclomatic complexity
the number of lines of that function
I have already developed a script that calculates these…
I'm not sure how to fix this. What does it all mean?
Can I somehow tell node to use a bigger heap?
plato -r -d report project-ui
<--- Last few GCs --->
30399 ms: Scavenge 1400.3 (1472.6) -> 1400.3 (1472.6) MB, 0.5 / 0 ms (+ 2.7 ms in 1 steps since…
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\pritesh\AppData\Roaming\npm\node_modules\plato\lib\util.js:15
var…
In AngularJS application, for one module say "login" functionality can we create multiple services files like logincheck-svc.js and logingo-svc.js
And reference both the files in login-ctrl.js file
I am asking this question because the services…
I'm using the Plato tool to analyze my web app.
I'm currently running a command like
plato -r -d plato_report server public -x "public/|vendor|js" -t "My App"
to generate the report. The idea is that while I want to include the server and public…