Skip to content

Commit f465a9e

Browse files
committed
fix test
1 parent 059894d commit f465a9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code-assert/src/test/java/guru/nidi/codeassert/EatYourOwnDogfoodTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ protected CpdResult analyzeCpd() {
115115
final CpdMatchCollector collector = new CpdMatchCollector()
116116
.apply(PmdConfigs.cpdIgnoreEqualsHashCodeToString())
117117
.just(In.classes("DetektMatcher", "ProjectLayout", "SourceFileParser").ignoreAll())
118+
.just(In.classes(FindBugsConfigs.class, PmdConfigs.class).ignore("dependencyTestIgnore"))
118119
.just(In.clazz(PmdAnalyzer.class).ignore("Map<String, PmdRuleset> newRuleset"));
119120

120121
return new CpdAnalyzer(AnalyzerConfig.maven().main(), 27, collector).analyze();

0 commit comments

Comments
 (0)