flaw-oil/test/repo-test.hs

Summary

Maintainability
Test Coverage

Reduce duplication
Open

    check b "k2" 0 ""
Severity: Minor
Found in flaw-oil/test/repo-test.hs by hlint

Found

check b "k2" 0 ""
check b "k3" 0 ""
psp a
psp b
check a "k1" 1 "aaa111"

Perhaps

Combine with flaw-oil/test/repo-test.hs:239:5

Reduce duplication
Open

    check b "k3" 0 ""
Severity: Minor
Found in flaw-oil/test/repo-test.hs by hlint

Found

check b "k3" 0 ""
psp a
psp b
check a "k1" 1 "aaa111"
check a "k2" 2 "aaa222"

Perhaps

Combine with flaw-oil/test/repo-test.hs:248:5

Reduce duplication
Open

    checkPrefixed a "k" ["k1", "k2"]
Severity: Minor
Found in flaw-oil/test/repo-test.hs by hlint

Found

checkPrefixed a "k" ["k1", "k2"]
psp a
checkPrefixed a "k" ["k1", "k2"]

Perhaps

Combine with flaw-oil/test/repo-test.hs:271:5

There are no issues that match your filters.

Category
Status