Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SE1 Assets
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rahe, Christian
SE1 Assets
Commits
816a1656
Commit
816a1656
authored
Nov 16, 2021
by
Rahe, Christian
Browse files
Options
Downloads
Patches
Plain Diff
fix regex multiline
parent
3dada509
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
coderunner/checkstyle/config.xml
+13
-10
13 additions, 10 deletions
coderunner/checkstyle/config.xml
with
13 additions
and
10 deletions
coderunner/checkstyle/config.xml
+
13
−
10
View file @
816a1656
...
...
@@ -17,6 +17,19 @@
<property
name=
"ignorePattern"
value=
"^package.*|^import.*|a href|href|http://|https://|ftp://"
/>
</module>
<module
name=
"RegexpMultiline"
>
<property
name=
"format"
value=
"\*/(\n\s*){2,}"
/>
<property
name=
"maximum"
value=
"0"
/>
<message
key=
"regexp.exceeded"
value=
"Zwischen Javadoc und nächster Codezeile sollten keine Leerzeilen stehen."
/>
</module>
<module
name=
"RegexpMultiline"
>
<property
name=
"format"
value=
"(\n\s*){3,}"
/>
<property
name=
"maximum"
value=
"0"
/>
<message
key=
"regexp.exceeded"
value=
"Es sollten nicht mehr als zwei aufeinanderfolgende Leerzeilen im Code stehen."
/>
</module>
<module
name=
"TreeWalker"
>
<module
name=
"EmptyBlock"
>
<property
name=
"option"
value=
"TEXT"
/>
...
...
@@ -291,16 +304,6 @@
<module
name=
"StringLiteralEquality"
/>
<module
name=
"ExplicitInitialization"
/>
<module
name=
"EmptyStatement"
/>
<module
name=
"RegexpMultiline"
>
<property
name=
"format"
value=
"\*/(\n\s*){2,}"
/>
<message
key=
"regexp.exceeded"
value=
"Zwischen Javadoc und nächster Codezeile sollten keine Leerzeilen stehen."
/>
</module>
<module
name=
"RegexpMultiline"
>
<property
name=
"format"
value=
"(\n\s*){3,}"
/>
<message
key=
"regexp.exceeded"
value=
"Es sollten nicht mehr als zwei aufeinanderfolgende Leerzeilen im Code stehen."
/>
</module>
<module
name=
"SuppressionCommentFilter"
>
<property
name=
"offCommentFormat"
value=
"STOP CHECKSTYLE"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment