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

Do not display a warning on excluded directories #58

Open highsource opened 10 years ago

highsource commented 10 years ago

When certain directories are excluded in plugin configuration in pom.xml, the plugin outputs warnings:

[INFO] using jshint version 2.4.1
[WARNING] Excluding D:\Projekte\app\trunk\impl\app-war\src\main\webapp\app\js\lib\OpenLayers-2.13.1\lib\deprecated.js
[WARNING] Excluding D:\Projekte\app\trunk\impl\app-war\src\main\webapp\app\js\lib\OpenLayers-2.13.1\lib\Firebug\firebug.js
[WARNING] Excluding D:\Projekte\app\trunk\impl\app-war\src\main\webapp\app\js\lib\OpenLayers-2.13.1\lib\Firebug\firebugx.js

This does not hurt but feels completely unnecessary. I'm excluding a large third-party library and get a couple of hundreds of these messages.

yas99en commented 9 years ago

I think so.

bvarner commented 9 years ago

These should probably be debug.