Skip to content

Commit c65cbca

Browse files
committed
Remove completed TODO comments
1 parent ed620c7 commit c65cbca

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/main/kotlin/ArgParser.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,4 +1072,3 @@ open class UnexpectedPositionalArgumentException(val valueName: String?) :
10721072
SystemExitException("unexpected argument${if (valueName == null) "" else " after $valueName"}", 2)
10731073

10741074
// TODO: remove addValidator completely?
1075-
// TODO: add validation to option names, option arg names, and positional arg names

src/test/kotlin/ArgParserTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,5 +1396,3 @@ class PositionalListAddValidatorTest : Test({
13961396
message shouldBe "X elements must be even, 37 is odd"
13971397
}
13981398
})
1399-
1400-
// TODO test delegate provider

0 commit comments

Comments
 (0)