SDP-GeoHunt/geo-hunt

View on GitHub
app/src/main/java/com/github/geohunt/app/data/repository/ChallengeRepositoryInterface.kt

Summary

Maintainability
A
35 mins
Test Coverage
B
80%

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

        photo: LocalPicture,
        location: Location,
        difficulty: Challenge.Difficulty = Challenge.Difficulty.MEDIUM,
        expirationDate: LocalDateTime? = null,
        description: String? = null

    There are no issues that match your filters.

    Category
    Status