Commit 341d95e5 by Venkatesh Seetharam

Fix rat violations in the dashboard js

parent ee049a60
...@@ -1041,8 +1041,13 @@ ...@@ -1041,8 +1041,13 @@
<exclude>**/data.txt</exclude> <exclude>**/data.txt</exclude>
<exclude>**/maven-eclipse.xml</exclude> <exclude>**/maven-eclipse.xml</exclude>
<exclude>**/.externalToolBuilders/**</exclude> <exclude>**/.externalToolBuilders/**</exclude>
<exclude>dashboard/**</exclude>
<exclude>**/build.log</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> </excludes>
</configuration> </configuration>
<executions> <executions>
......
...@@ -35,6 +35,11 @@ ...@@ -35,6 +35,11 @@
<exclude>**/.idea/**</exclude> <exclude>**/.idea/**</exclude>
<exclude>**/*.iml</exclude> <exclude>**/*.iml</exclude>
<exclude>**/*.log</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> </excludes>
</fileSet> </fileSet>
</fileSets> </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