Kinvey/swift-sdk

View on GitHub
Kinvey/Kinvey/Executor.swift

Summary

Maintainability
A
0 mins
Test Coverage

Line should not have any trailing whitespace
Open

    
Severity: Minor
Found in Kinvey/Kinvey/Executor.swift by tailor

trailing-whitespace

Flag whitespace after the last non-whitespace character on each line until the newline.

Preferred

let number = 42¬

Not Preferred

let number = 42••¬

Line should not have any trailing whitespace
Open

    
Severity: Minor
Found in Kinvey/Kinvey/Executor.swift by tailor

trailing-whitespace

Flag whitespace after the last non-whitespace character on each line until the newline.

Preferred

let number = 42¬

Not Preferred

let number = 42••¬

Constant should be lowerCamelCase
Open

    func executeAndWait(_ _block: @escaping () -> Void) {
Severity: Minor
Found in Kinvey/Kinvey/Executor.swift by tailor

constant-naming

Global constants should follow either UpperCamelCase or lowerCamelCase naming conventions. Local constants should follow lowerCamelCase naming conventions.

Preferred

let MaxHeight = 42
let maxHeight = 42

Not Preferred

let max_height = 42

Line should not have any trailing whitespace
Open

    
Severity: Minor
Found in Kinvey/Kinvey/Executor.swift by tailor

trailing-whitespace

Flag whitespace after the last non-whitespace character on each line until the newline.

Preferred

let number = 42¬

Not Preferred

let number = 42••¬

Line should not have any trailing whitespace
Open

    
Severity: Minor
Found in Kinvey/Kinvey/Executor.swift by tailor

trailing-whitespace

Flag whitespace after the last non-whitespace character on each line until the newline.

Preferred

let number = 42¬

Not Preferred

let number = 42••¬

Constant should be lowerCamelCase
Open

    func execute(_ _block: @escaping () -> Void) {
Severity: Minor
Found in Kinvey/Kinvey/Executor.swift by tailor

constant-naming

Global constants should follow either UpperCamelCase or lowerCamelCase naming conventions. Local constants should follow lowerCamelCase naming conventions.

Preferred

let MaxHeight = 42
let maxHeight = 42

Not Preferred

let max_height = 42

Line should not have any trailing whitespace
Open

    
Severity: Minor
Found in Kinvey/Kinvey/Executor.swift by tailor

trailing-whitespace

Flag whitespace after the last non-whitespace character on each line until the newline.

Preferred

let number = 42¬

Not Preferred

let number = 42••¬

There are no issues that match your filters.

Category
Status