devedbox/Commander

View on GitHub

Showing 375 of 376 total issues

Lines should not have trailing whitespace.
Open

      

Lines should not have trailing whitespace.
Open

    

Lines should not have trailing whitespace.
Open

    

Lines should not have trailing whitespace.
Open

    

Variable name should be between 3 and 40 characters long: 't'
Open

    case let t where t.isEmpty == false:

Lines should not have trailing whitespace.
Open

  

Lines should not have trailing whitespace.
Open

    
Severity: Minor
Found in Sources/Commander/Commander.swift by swiftlint

Lines should not have trailing whitespace.
Open

  
Severity: Minor
Found in Sources/Commander/Commander.swift by swiftlint

Variable name should be between 3 and 40 characters long: 'c'
Open

          .reduce(into: [:]) { $0[$1.key.stringValue] = $1.value }) { c, _ in c }

File should contain 400 lines or less: currently contains 1110
Open

}

Line should be 120 characters or less: currently 140 characters
Open

          return "Type mismatch decoding error: \(ctx.debugDescription). \(DecodingError.__codingPathDescription(of: ctx.codingPath) ?? "")"

Types should be nested at most 1 level deep
Open

    internal struct Value: Hashable {

Lines should not have trailing whitespace.
Open

  

Lines should not have trailing whitespace.
Open

        

Lines should not have trailing whitespace.
Open

  

Lines should not have trailing whitespace.
Open

      

Lines should not have trailing whitespace.
Open

  

Lines should not have trailing whitespace.
Open

    

Lines should not have trailing whitespace.
Open

      

Line should be 120 characters or less: currently 124 characters
Open

      return shortOptions.contains(arg) ? command.optionsDescriber.completions(for: commandLine) : shortOptions + optionsf()
Severity
Category
Status
Source
Language