summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Srnicek <jsrnicek@cisco.com>2017-06-09 08:47:21 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-06-09 07:06:07 +0000
commit04989f83eb8d8b3ca8221bf5d95217ad3cc9b311 (patch)
tree3934436e7830ec3a11bc1f1d668855dcbdaeea2b
parent0380b9d1f451affec186f197189a4e0ca87336ab (diff)
Exclude .idea folder from checkstyle
Change-Id: I4e9cd08ad8640b2733fa1c62cbd620a639e81bed Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
-rw-r--r--common/honeycomb-parent/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml
index f6f65f4c4..714907fb0 100644
--- a/common/honeycomb-parent/pom.xml
+++ b/common/honeycomb-parent/pom.xml
@@ -229,7 +229,8 @@
**\/src/main/yang-gen-sal\/,
**\/src/main/xtend-gen\/,
**\/src/main/yang\/,
- **\/archetype-resources\/</excludes>
+ **\/archetype-resources\/,
+ **\/.idea\/</excludes>
</configuration>
<executions>
<!-- Override license check configuration to fit Honeycomb coding style-->