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

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

Lines should not have trailing whitespace.
Open

    

Lines should not have trailing whitespace.
Open

    

Lines should not have trailing whitespace.
Open

  

Variable name should only contain alphanumeric characters: '_ArgumentsStorage'
Open

internal var _ArgumentsStorage: [AnyHashable: Any] = [:]

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

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

Prefer != nil over let _ =
Open

        let _ = child.value as? OptionDescribable

Lines should not have trailing whitespace.
Open

      

Lines should not have trailing whitespace.
Open

    

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

      ("[\(String(describing: command.optionsDescriber.argumentType))]", "\(path) \(command.symbol) [options] arg1 arg2 ...")

Lines should not have trailing whitespace.
Open

        

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

    {

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

    
Severity: Minor
Found in Sources/Utility/Collection+.swift by swiftlint
Severity
Category
Status
Source
Language