Skip to content

Commit

Permalink
#3797: shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 10, 2025
1 parent 52ff65a commit 58fe286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions eo-maven-plugin/src/main/java/org/eolang/maven/LintMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ private static void logOne(final Defect defect) {
.append(defect.text())
.append(" (")
.append(defect.rule())
.append(' ')
.append(defect.severity())
.append(')');
switch (defect.severity()) {
case WARNING:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,9 @@ FakeMaven withHelloWorld() throws IOException {
return this.withProgram(
"+alias stdout org.eolang.io.stdout",
"+home https://www.eolang.org",
"+package foo.x",
"+version 0.0.0",
"+package f\n",
"",
"# No comments here, since it's just an example.",
"[x] > main",
" (stdout \"Hello!\" x).print > @"
Expand Down

0 comments on commit 58fe286

Please sign in to comment.