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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2015 07:23 PM
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2015 05:44 PM
Check out the plugin: Syntax Editor. wiki: Syntax Editor - ServiceNow Wiki
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2015 07:08 AM
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.