Skip to content

Commit 0677fec

Browse files
committed
disable too many methods warning
1 parent 60a57f1 commit 0677fec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/cactoos/list/NoNullsTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* @since 0.35
1919
* @checkstyle JavadocMethodCheck (500 lines)
2020
*/
21+
@SuppressWarnings("PMD.TooManyMethods")
2122
final class NoNullsTest {
2223

2324
@Test

0 commit comments

Comments
 (0)