nyavro/i18nPlugin

View on GitHub
src/main/kotlin/com/eny/i18n/plugin/tree/KeyComposer.kt

Summary

Maintainability
A
35 mins
Test Coverage

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

    fun composeKey(parents: List<String>, separators: Separators = Separators(":", ".", "-"), defaultNs: List<String> = listOf("translation"), dropRoot: Boolean = false, firstComponentNs: Boolean = false): String {
Severity: Minor
Found in src/main/kotlin/com/eny/i18n/plugin/tree/KeyComposer.kt - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status