You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a file with file extension *.phtml in which i have written mixed code PHP, HTML and Javascript.
I want to validate that inline javascript code using this tool.
I used command line plato -r -d api/plato test.phtml test1r.js test2.js test3.js
But plato only evaluate *.js file not *.phtml files.
So, Is there any option available to allow file extensions ?
For example plato --extensions=js,phtml -r -d api/plato test.phtml test1r.js test2.js test3.js
The text was updated successfully, but these errors were encountered:
I have a file with file extension *.phtml in which i have written mixed code PHP, HTML and Javascript.
I want to validate that inline javascript code using this tool.
I used command line
plato -r -d api/plato test.phtml test1r.js test2.js test3.js
But plato only evaluate *.js file not *.phtml files.
So, Is there any option available to allow file extensions ?
For example
plato --extensions=js,phtml -r -d api/plato test.phtml test1r.js test2.js test3.js
The text was updated successfully, but these errors were encountered: