diff options
author | Jan Srnicek <jsrnicek@cisco.com> | 2017-06-09 08:47:21 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-06-09 07:06:07 +0000 |
commit | 04989f83eb8d8b3ca8221bf5d95217ad3cc9b311 (patch) | |
tree | 3934436e7830ec3a11bc1f1d668855dcbdaeea2b /common/honeycomb-parent/pom.xml | |
parent | 0380b9d1f451affec186f197189a4e0ca87336ab (diff) |
Exclude .idea folder from checkstyle
Change-Id: I4e9cd08ad8640b2733fa1c62cbd620a639e81bed
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'common/honeycomb-parent/pom.xml')
-rw-r--r-- | common/honeycomb-parent/pom.xml | 3 |
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--> |