Skip to content

Commit

Permalink
Revert "RegexpMultiline aus checkstyle.xml wieder entfernt - kein aut…
Browse files Browse the repository at this point in the history
…omatischer Check, da Verhalten Maven/IntelliJ/Webchecker zu uneinheitlich bzgl. RegExp"

This reverts commit ea8cd0d.
  • Loading branch information
dragonfly28 committed Sep 24, 2024
1 parent 3d1207d commit 4708d8e
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 1 deletion.
4 changes: 4 additions & 0 deletions wls-auth-service/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="module\-info\.java$"/>
</module>
<module name="RegexpMultiline">
<property name="message" value="Blank line at start of method should be removed"/>
<property name="format" value="\(.*\)\s*\{\s*\n\s*\n"/>
</module>

<module name="TreeWalker">
<module name="OuterTypeFilename"/>
Expand Down
4 changes: 4 additions & 0 deletions wls-basisdaten-service/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="module\-info\.java$"/>
</module>
<module name="RegexpMultiline">
<property name="message" value="Blank line at start of method should be removed"/>
<property name="format" value="\(.*\)\s*\{\s*\n\s*\n"/>
</module>

<module name="TreeWalker">
<module name="OuterTypeFilename"/>
Expand Down
4 changes: 4 additions & 0 deletions wls-briefwahl-service/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="module\-info\.java$"/>
</module>
<module name="RegexpMultiline">
<property name="message" value="Blank line at start of method should be removed"/>
<property name="format" value="\(.*\)\s*\{\s*\n\s*\n"/>
</module>
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="target[/\\]generated-sources[/\\].*"/>
</module>
Expand Down
6 changes: 5 additions & 1 deletion wls-broadcast-service/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="module\-info\.java$"/>
</module>

<module name="RegexpMultiline">
<property name="message" value="Blank line at start of method should be removed"/>
<property name="format" value="\(.*\)\s*\{\s*\n\s*\n"/>
</module>

<module name="TreeWalker">
<module name="OuterTypeFilename"/>
<module name="NoLineWrap">
Expand Down
4 changes: 4 additions & 0 deletions wls-common/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="module\-info\.java$"/>
</module>
<module name="RegexpMultiline">
<property name="message" value="Blank line at start of method should be removed"/>
<property name="format" value="\(.*\)\s*\{\s*\n\s*\n"/>
</module>

<module name="TreeWalker">
<module name="OuterTypeFilename"/>
Expand Down
4 changes: 4 additions & 0 deletions wls-eai-service/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="module\-info\.java$"/>
</module>
<module name="RegexpMultiline">
<property name="message" value="Blank line at start of method should be removed"/>
<property name="format" value="\(.*\)\s*\{\s*\n\s*\n"/>
</module>

<module name="TreeWalker">
<module name="SuppressionCommentFilter">
Expand Down
4 changes: 4 additions & 0 deletions wls-ergebnismeldung-service/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="module\-info\.java$"/>
</module>
<module name="RegexpMultiline">
<property name="message" value="Blank line at start of method should be removed"/>
<property name="format" value="\(.*\)\s*\{\s*\n\s*\n"/>
</module>

<module name="TreeWalker">
<module name="OuterTypeFilename"/>
Expand Down
4 changes: 4 additions & 0 deletions wls-infomanagement-service/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="module\-info\.java$"/>
</module>
<module name="RegexpMultiline">
<property name="message" value="Blank line at start of method should be removed"/>
<property name="format" value="\(.*\)\s*\{\s*\n\s*\n"/>
</module>

<module name="TreeWalker">
<module name="OuterTypeFilename"/>
Expand Down
4 changes: 4 additions & 0 deletions wls-monitoring-service/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="module\-info\.java$"/>
</module>
<module name="RegexpMultiline">
<property name="message" value="Blank line at start of method should be removed"/>
<property name="format" value="\(.*\)\s*\{\s*\n\s*\n"/>
</module>

<module name="TreeWalker">
<module name="OuterTypeFilename"/>
Expand Down
4 changes: 4 additions & 0 deletions wls-vorfaelleundvorkommnisse-service/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="module\-info\.java$"/>
</module>
<module name="RegexpMultiline">
<property name="message" value="Blank line at start of method should be removed"/>
<property name="format" value="\(.*\)\s*\{\s*\n\s*\n"/>
</module>

<module name="TreeWalker">
<module name="OuterTypeFilename"/>
Expand Down
4 changes: 4 additions & 0 deletions wls-wahlvorbereitung-service/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="module\-info\.java$"/>
</module>
<module name="RegexpMultiline">
<property name="message" value="Blank line at start of method should be removed"/>
<property name="format" value="\(.*\)\s*\{\s*\n\s*\n"/>
</module>

<module name="TreeWalker">
<module name="OuterTypeFilename"/>
Expand Down
4 changes: 4 additions & 0 deletions wls-wahlvorstand-service/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="module\-info\.java$"/>
</module>
<module name="RegexpMultiline">
<property name="message" value="Blank line at start of method should be removed"/>
<property name="format" value="\(.*\)\s*\{\s*\n\s*\n"/>
</module>

<module name="TreeWalker">
<module name="OuterTypeFilename"/>
Expand Down

0 comments on commit 4708d8e

Please sign in to comment.