Skip to content

Commit 16af55a

Browse files
authored
Ban JUnit 4 imports (#258)
Plugin tests have switched to JUnit 5. Prevent introduction of new JUnit 4 tests.
1 parent bd687be commit 16af55a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<spotbugs.effort>Max</spotbugs.effort>
4949
<spotbugs.threshold>Low</spotbugs.threshold>
5050
<spotless.check.skip>false</spotless.check.skip>
51+
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
5152
</properties>
5253

5354
<dependencies>

0 commit comments

Comments
 (0)