Skip to content

Commit

Permalink
removed obsolete todo and activate linting on TODOs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dastrobu committed May 3, 2018
1 parent d37e9d5 commit 8fa5be1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ disabled_rules: # rule identifiers to exclude from running
- trailing_comma
- identifier_name
- force_try
- todo
function_body_length:
- 100
2 changes: 0 additions & 2 deletions Sources/parsers/ValueParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ open class ValueParser<T>:
self.stopToken = stopToken
}

// TODO: add convenience initializer for flags and options only (including multi flags)

public func parse(arguments: [String], atIndex i: Int, path: [ParsePathSegment]) throws -> Int {
let arg = arguments[i]
if arg == stopToken {
Expand Down

0 comments on commit 8fa5be1

Please sign in to comment.