Skip to content

Commit

Permalink
Merge pull request #3620 from maxonfjvipon/fix/#3617/update-lints
Browse files Browse the repository at this point in the history
fix(#3617): update lints to 0.0.20
  • Loading branch information
yegor256 authored Dec 7, 2024
2 parents 2d38699 + 66e8da1 commit c0f9e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SOFTWARE.
<dependency>
<groupId>org.eolang</groupId>
<artifactId>lints</artifactId>
<version>0.0.18</version>
<version>0.0.20</version>
</dependency>
<dependency>
<groupId>com.yegor256</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ void detectsWarningWithCorrespondingFlag(@Mktmp final Path temp) throws IOExcept
new XMLDocument(
maven.result().get("target/6-lint/foo/x/main.xmir")
).nodes("//errors/error[@severity='warning']"),
Matchers.hasSize(Matchers.equalTo(4))
Matchers.hasSize(Matchers.equalTo(6))
);
}

Expand Down

0 comments on commit c0f9e8e

Please sign in to comment.