devedbox/Commander

View on GitHub

Showing 375 of 376 total issues

Lines should not have trailing whitespace.
Open

        
Severity: Minor
Found in Sources/Utility/String+.swift by swiftlint

Lines should not have trailing whitespace.
Open

    
Severity: Minor
Found in Sources/Utility/String+.swift by swiftlint

Colons should be next to the identifier when specifying a type and next to the key in dictionary literals.
Open

    var arguments: [String: [ObjectFormat.Value]] = ["command-0":[]]

Colons should be next to the identifier when specifying a type and next to the key in dictionary literals.
Open

      forKey key: Key) throws -> T where T : Decodable

Colons should be next to the identifier when specifying a type and next to the key in dictionary literals.
Open

extension Int   : _StringInitable, _StringStorable { }

Function body should span 40 lines or less excluding comments and whitespace: currently spans 74 lines
Open

  internal func container(from commandLineArgs: [String]) throws -> ObjectFormat.Value {

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

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

Opening braces should be preceded by a single space and on the same line as the declaration.
Open

    {

Lines should not have trailing whitespace.
Open

    

Lines should not have trailing whitespace.
Open

          

Lines should not have trailing whitespace.
Open

    

Colons should be next to the identifier when specifying a type and next to the key in dictionary literals.
Open

    public static let keys: [OptionKeys : Character] = [:]

Lines should not have trailing whitespace.
Open

    

Collection literals should not have trailing commas.
Open

    ),
Severity: Minor
Found in Package.swift by swiftlint

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

  
Severity
Category
Status
Source
Language