Skip to content

Commit

Permalink
objectionary#3058: Suppress warning "PMD.PackageCase"
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed May 2, 2024
1 parent aba75b3 commit 66c72b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* Test that all EO.. classes are public.
* @since 0.38
*/
@SuppressWarnings("JTCOP.RuleAllTestsHaveProductionClass")
@SuppressWarnings({"JTCOP.RuleAllTestsHaveProductionClass", "PMD.PackageCase"})
public class EoClassesArePublicTest {

@Test
Expand Down

0 comments on commit 66c72b9

Please sign in to comment.