Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Mar 2, 2024
2 parents e0b8f08 + 30c0da0 commit 7bdbb25
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@
* Asserting that path contains a files matching provided globs.
* @since 0.31.0
*/
@SuppressWarnings({"JTCOP.RuleAllTestsHaveProductionClass", "JTCOP.RuleCorrectTestName"})
@SuppressWarnings({
"JTCOP.RuleAllTestsHaveProductionClass",
"JTCOP.RuleCorrectTestName",
"JTCOP.RuleInheritanceInTests"
})
final class ContainsFiles extends TypeSafeMatcher<Path> {
/**
* Patterns.
Expand Down
6 changes: 5 additions & 1 deletion eo-runtime/src/test/java/EOorg/EOeolang/EOfailed.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
*
* @since 0.29
*/
@SuppressWarnings({"JTCOP.RuleAllTestsHaveProductionClass", "JTCOP.RuleCorrectTestName"})
@SuppressWarnings({
"JTCOP.RuleAllTestsHaveProductionClass",
"JTCOP.RuleCorrectTestName",
"JTCOP.RuleInheritanceInTests"
})
final class EOfailed extends PhDefault {
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ SOFTWARE.
<plugin>
<groupId>com.github.volodya-lombrozo</groupId>
<artifactId>jtcop-maven-plugin</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
<configuration>
<ignoreGeneratedTests>true</ignoreGeneratedTests>
<exclusions>
Expand Down

0 comments on commit 7bdbb25

Please sign in to comment.