devedbox/Commander

View on GitHub

Showing 375 of 376 total issues

Types should be nested at most 1 level deep
Open

    internal struct Value: Hashable {

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

    

Types should be nested at most 1 level deep
Open

    public typealias AllCases = [EmptyOptionKeys]

Types should be nested at most 1 level deep
Open

    public typealias OptionKeys = DefaultOptions.EmptyOptionKeys

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

extension UInt  : _StringInitable, _StringStorable { }

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: 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

extension Float : _StringInitable, _StringStorable { }
Severity
Category
Status
Source
Language