vorteil/vorteil

View on GitHub
pkg/vcfg/vcfg.go

Summary

Maintainability
A
0 mins
Test Coverage
F
22%

TODO found
Open

    // TODO: check if there's a library that can do this now or upload our fork
Severity: Minor
Found in pkg/vcfg/vcfg.go by fixme

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package vcfg
Severity: Minor
Found in pkg/vcfg/vcfg.go by gofmt

comment on exported type Privilege should be of the form "Privilege ..." (with optional leading article)
Open

//Privilege: The privilege level that the machine user will bet set with.
Severity: Minor
Found in pkg/vcfg/vcfg.go by golint

comment on exported var RootPrivilege should be of the form "RootPrivilege ..."
Open

    //RootPrivilege: root privilege level, has full rights to everything and will run as the 'root' suer
Severity: Minor
Found in pkg/vcfg/vcfg.go by golint

comment on exported var SuperuserPrivilege should be of the form "SuperuserPrivilege ..."
Open

    //SuperuserPrivilege: sudo user level privileges, and will run as the configured user
Severity: Minor
Found in pkg/vcfg/vcfg.go by golint

comment on exported var UserPrivilege should be of the form "UserPrivilege ..."
Open

    //SuperuserPrivilege: non-root level privileges, and will run as the configured user
Severity: Minor
Found in pkg/vcfg/vcfg.go by golint

There are no issues that match your filters.

Category
Status