Commit 341d95e5 by Venkatesh Seetharam

Fix rat violations in the dashboard js

parent ee049a60
......@@ -1041,8 +1041,13 @@
<exclude>**/data.txt</exclude>
<exclude>**/maven-eclipse.xml</exclude>
<exclude>**/.externalToolBuilders/**</exclude>
<exclude>dashboard/**</exclude>
<exclude>**/build.log</exclude>
<exclude>dashboard/**/.bower*/**</exclude>
<exclude>dashboard/v2/.bower*/**</exclude>
<exclude>dashboard/v2/lib/**</exclude>
<exclude>dashboard/v2/node*/**</exclude>
<exclude>dashboard/v2/dist/**</exclude>
<exclude>dashboard/v2/**/*.min.js*</exclude>
</excludes>
</configuration>
<executions>
......
......@@ -35,6 +35,11 @@
<exclude>**/.idea/**</exclude>
<exclude>**/*.iml</exclude>
<exclude>**/*.log</exclude>
<exclude>dashboard/v2/.bower*/**</exclude>
<exclude>dashboard/v2/lib/**</exclude>
<exclude>dashboard/v2/node*/**</exclude>
<exclude>dashboard/v2/dist/**</exclude>
<exclude>dashboard/v2/**/*.min.js*</exclude>
</excludes>
</fileSet>
</fileSets>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment