Introduce ExplicitArgumentEnumeration check (#985)

This commit is contained in:
Stephan Schroevers
2024-12-16 09:15:30 +01:00
committed by GitHub
parent ee7be7e3b2
commit 1b8ffd86b9
7 changed files with 378 additions and 922 deletions

View File

@@ -167,6 +167,11 @@
<artifactId>value-annotations</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jspecify</groupId>
<artifactId>jspecify</artifactId>