MiniDigger/Hangar

View on GitHub
models/src/main/scala/ore/data/project/Category.scala

Summary

Maintainability
A
35 mins
Test Coverage

Constructor has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    val value: Int,
    val title: String,
    val icon: String,
    val isVisible: Boolean = true,
    val apiName: String
Severity: Minor
Found in models/src/main/scala/ore/data/project/Category.scala - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status