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
e521fea5
Commit
e521fea5
authored
3 years ago
by
Rahe, Christian
Browse files
Options
Downloads
Patches
Plain Diff
disallow single line Javadoc & stricter multiline regex
parent
816a1656
Branches
Branches containing commit
Tags
v0.6.5
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
+2
-4
2 additions, 4 deletions
coderunner/checkstyle/config.xml
with
2 additions
and
4 deletions
coderunner/checkstyle/config.xml
+
2
−
4
View file @
e521fea5
...
...
@@ -18,13 +18,13 @@
</module>
<module
name=
"RegexpMultiline"
>
<property
name=
"format"
value=
"\*/(\n\s*){2,}"
/>
<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=
"format"
value=
"(\n\s*){
4
,}"
/>
<property
name=
"maximum"
value=
"0"
/>
<message
key=
"regexp.exceeded"
value=
"Es sollten nicht mehr als zwei aufeinanderfolgende Leerzeilen im Code stehen."
/>
...
...
@@ -291,8 +291,6 @@
<message
key=
"name.invalidPattern"
value=
"Der Name der Methode ''{0}'' folgt nicht den Quelltextkonventionen"
/>
</module>
<module
name=
"SingleLineJavadoc"
/>
<module
name=
"RequireEmptyLineBeforeBlockTagGroup"
/>
<module
name=
"EmptyCatchBlock"
>
<property
name=
"exceptionVariableName"
value=
"expected"
/>
</module>
...
...
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