devedbox/Commander

View on GitHub

Showing 375 of 376 total issues

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

extension UInt8 : _StringInitable, _StringStorable { }

Lines should not have trailing whitespace.
Open

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

Lines should not have trailing whitespace.
Open

  

Lines should not have trailing whitespace.
Open

  

Unused parameter "case" in a closure should be replaced with _.
Open

      .compactMap { `case` -> (Self.OptionKeys, Character)? in

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

extension Bool  : _StringInitable { }

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

extension Int8  : _StringInitable, _StringStorable { }

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

        

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

    internal mutating func decode<T : Decodable>(_ type: T.Type) throws -> T {

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

          .keyNotFound(key, .init(codingPath: decoder.codingPath, debugDescription: "No value associated with key '\(key)'"))

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

      

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