#25992 closed defect (bug) (fixed)
grunt jshint file filtering fails with long filenames
| Reported by: | atimmer | Owned by: | azaozz |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.8 |
| Component: | Build/Test Tools | Version: | 3.8 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 26168: