Skip to content

Commit e62cff5

Browse files
committed
remove some JUnit codenarc rules
1 parent 225a3d0 commit e62cff5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

complete/config/codenarc/rules.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,12 @@ ruleset {
266266
JUnitFailWithoutMessage
267267
JUnitLostTest
268268
JUnitPublicField
269-
JUnitPublicNonTestMethod
270-
JUnitPublicProperty
269+
//JUnitPublicNonTestMethod
270+
//JUnitPublicProperty
271271
JUnitSetUpCallsSuper
272272
JUnitStyleAssertions
273273
JUnitTearDownCallsSuper
274-
JUnitTestMethodWithoutAssert
274+
//JUnitTestMethodWithoutAssert
275275
JUnitUnnecessarySetUp
276276
JUnitUnnecessaryTearDown
277277
JUnitUnnecessaryThrowsException

0 commit comments

Comments
 (0)