MiniDigger/Hangar

View on GitHub
models/src/main/scala/ore/db/impl/schema/LoggedActionTable.scala

Summary

Maintainability
A
1 hr
Test Coverage

Method rawApply has 9 arguments (exceeds 4 allowed). Consider refactoring.
Open

      id: Option[DbRef[LoggedActionModel[Ctx]]],
      createdAt: Option[Instant],
      userId: DbRef[User],
      address: InetString,
      action: LoggedAction[Ctx],
Severity: Major
Found in models/src/main/scala/ore/db/impl/schema/LoggedActionTable.scala - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status