vorteil/vorteil

View on GitHub
pkg/vio/tree.go

Summary

Maintainability
A
35 mins
Test Coverage
F
47%

Method tree.Close has 5 return statements (exceeds 4 allowed).
Open

func (t *tree) Close() error {

    t.lock.Lock()
    defer t.lock.Unlock()
    if t.closed {
Severity: Major
Found in pkg/vio/tree.go - About 35 mins to fix

    exported method TreeNode.Path should have comment or be unexported
    Open

    func (n *TreeNode) Path() string {
    Severity: Minor
    Found in pkg/vio/tree.go by golint

    There are no issues that match your filters.

    Category
    Status