#25992 closed defect (bug) (fixed)
grunt jshint file filtering fails with long filenames
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
"grunt jshint:core --file=password-strength-meter.js" shows more than only password-strength-meter.js because other paths for other files are the same length as the whole filename.
Attached patch fixes this by making sure indexOf is not -1.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 26168: