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

  

Force tries should be avoided.
Open

    return try! Self.OptionKeys

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

    func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key : CodingKey {

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

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

Types should be nested at most 1 level deep
Open

      internal enum Error: String, Swift.Error {

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

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

Lines should not have trailing whitespace.
Open

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

Lines should not have trailing whitespace.
Open

  

Lines should not have trailing whitespace.
Open

    

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

  {

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

      
Severity
Category
Status
Source
Language