Is there a code scanning or checking utility free for use?

Ravish Shetty
Tera Guru

I have seen a custom utility developed inside ServiceNow which checks if best practices for coding are being used or not for scripting components like clinet scripts, business rules, etc.

Is that utility available free for use?

6 REPLIES 6

Michael Fry1
Kilo Patron

Check out the plugin: Syntax Editor. wiki: Syntax Editor - ServiceNow Wiki


treycarroll
Giga Guru

You can get some value from pasting your code into JSLint, but you'll have to adapt the advice for ServiceNow ES3 JS + coding differences.