Skip to content

Commit 92873d1

Browse files
committed
add checkstyle
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent ac27835 commit 92873d1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ root = true
33
[*]
44
max_line_length = 100
55
indent_size = 2
6+
7+
[pom.xml]
8+
indent_size = 4

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<failOnViolation>true</failOnViolation>
238238
<skip>${checkstyle.skip}</skip>
239239
<suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
240-
<excludes>**/generated/**</excludes>
240+
<excludes>**/generated*/**</excludes>
241241
</configuration>
242242
<executions>
243243
<execution>

0 commit comments

Comments
 (0)