IBM-Swift/Kitura

View on GitHub
Tests/KituraTests/Models/Pear.swift

Summary

Maintainability
A
0 mins
Test Coverage

Global Constant should be either lowerCamelCase or UpperCamelCase
Open

    let percent_grade: Int
Severity: Minor
Found in Tests/KituraTests/Models/Pear.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

There are no issues that match your filters.

Category
Status