deluan/bring

View on GitHub
buttons.go

Summary

Maintainability
A
0 mins
Test Coverage

Function init has 115 lines of code (exceeds 50 allowed). Consider refactoring.
Wontfix

func init() {
    keySyms = make(map[KeyCode]keySym)
    keySyms[KeyAgain] = keySym{0xFF66}
    keySyms[KeyAllCandidates] = keySym{0xFF3D}
    keySyms[KeyAlphanumeric] = keySym{0xFF30}
Severity: Major
Found in buttons.go - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status