Skip to main content

Bug Tracker

Side navigation

#8557 closed bug (invalid)

Opened March 17, 2011 10:39PM UTC

Closed March 30, 2011 07:24PM UTC

jQuery does not pass jslint

Reported by: etiger13 Owned by: etiger13
Priority: undecided Milestone: 1.next
Component: build Version: 1.5.1
Keywords: Cc:
Blocked by: Blocking:
Description

There are a few places where jQuery does not pass jslint. Mostly it is === vs == and !== vs !=

Attachments (0)
Change History (4)

Changed March 17, 2011 10:42PM UTC by etiger13 comment:1

Cleaned up and sent in a pull request

Changed March 18, 2011 01:15AM UTC by rwaldron comment:2

component: unfiledbuild
owner: → etiger13
status: newpending

Can you link the PR?

Changed March 25, 2011 05:16PM UTC by dmethvin comment:3

When you do a make on the current master it runs jslint and I get no errors. (Take a look at https://github.com/jquery/jquery/blob/master/build/jslint-check.js to see the filtering we do.) It sounds like you're running bare jslint against the uncompressed jquery.js file?

Changed March 30, 2011 07:24PM UTC by john comment:4

resolution: → invalid
status: pendingclosed

Yeah, we are passing our modified JSLint. More details here:

http://docs.jquery.com/JQuery_Core_Style_Guidelines#JSLint