cjdev2 / jshint-mojo

A simple, speedy maven plugin for running javascript code through jshint
GNU General Public License v2.0
40 stars 32 forks source link

Use Plexus file exclusion patterns #65

Open bvarner opened 9 years ago

bvarner commented 9 years ago

Use the Plexus FileUtils for inclusion / exclusion patterns, but still apply ignore files in the same manner for backwards compatibility.

This change is covered by the existing test cases for processing ignores and tree-walking.

Resolves issue #49 and issue #33

Also resolves #58, and adjusts test cases accordingly.

tkelley-eg commented 9 years ago

+1

ciotlosm commented 8 years ago

This is a useful PR. When will this be merged? It is very helpful on large projects +1