SUSE/saptune

View on GitHub
system/sys.go

Summary

Maintainability
A
1 hr
Test Coverage
A
96%

Function GetSysSearchParam has 57 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func GetSysSearchParam(syskey string) (string, string) {
    searchParam := ""
    sect := ""
    // blkdev
    sched := regexp.MustCompile(`block.*queue\.scheduler$`)
Severity: Minor
Found in system/sys.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status