Questions tagged [plato]

Plato is a Javascript code complexity analyzer.

Plato is a Javascript code complexity analyzer.

18 questions
0
votes
1 answer

error message in plato

I am very new Fortran and I am doing some elementary practice. I have installed Plato latest edition. I found this program in the net, and try to compile it program dotprod implicit none real :: c real, dimension(3) :: a, b print*,'Enter…
user17880
  • 183
  • 1
  • 11
0
votes
1 answer

Exclude all files from folder for plato metric

I'm deploy my webapp at a windows maschine (non POSIX command line) and I'm generating JS metric with Plato. My Question is how can I exclude all files from a given folder that contains subfolders via regular expressions with plato.js. I tried this…
Ronny Springer
  • 199
  • 1
  • 5
  • 16
-2
votes
1 answer

Fortran rank mismatch error

I receive the following error Compiling file: tropic.f Warning: Extension: Tab character in format at (1) C:\Users\Marchant\Desktop\tropic.f(432) : error - Expected a right parenthesis in expression at column 72 Warning: Rank mismatch in argument…
1
2