[API Refactor] Ignore target when linting

This commit is contained in:
Victor Woeltjen 2016-01-08 15:04:54 -08:00
parent ed63e326fe
commit 3bf2819c07

View File

@ -149,6 +149,7 @@
<exclude>*.js</exclude>
<exclude>node_modules/**/*</exclude>
<exclude>protractor/**/*</exclude>
<exclude>target/**/*</exclude>
</excludes>
</configuration>
<executions>