devedbox/Commander

View on GitHub

Showing 375 of 376 total issues

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

  

Force casts should be avoided.
Open

          running: $0.last! as! CommandDispatchable.Type,

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: Minor
Found in Sources/Commander/Commander.swift by swiftlint

Lines should not have trailing whitespace.
Open

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

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

  var k: String? { get }

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

  public let k: String?

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/Collection+.swift by swiftlint

Force tries should be avoided.
Open

    return try! Self.OptionKeys

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

  /// Returns the reflected meta info for the given subject, with the given transform closure to map element of the infos

Lines should not have trailing whitespace.
Open

  

Lines should not have trailing whitespace.
Open

  

Types should be nested at most 1 level deep
Open

    internal enum CodingKeys: String, OptionKeysRepresentable, CodingKey {
Severity
Category
Status
Source
Language