Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 378902

Summary: Increase the 'maxerr' value used by JSLINT
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Project Inbox <orion.client-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.5   
Target Milestone: 0.5 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2012-05-08 16:22:15 EDT
By default JSLINT stops reporting problems after the 50th error. This is often inadequate when you're looking at a large file with many errors.

We should increase this number.
Comment 1 Mark Macdonald CLA 2012-05-09 13:14:51 EDT
Increased to 300:

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=45ffd3defcee2fcb175b470afdd69f93c1813279

Open gitCommands.js to see the difference -- previously you'd only get validation results for about 60% of the file.