paths/files.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function PathExists should have comment or be unexported
Open

func PathExists(path string) (bool, error) {
Severity: Minor
Found in paths/files.go by golint

exported function EnsureDirExists should have comment or be unexported
Open

func EnsureDirExists(dirname string, mode os.FileMode) error {
Severity: Minor
Found in paths/files.go by golint

exported function DirContents should have comment or be unexported
Open

func DirContents(dirname string) ([]os.FileInfo, error) {
Severity: Minor
Found in paths/files.go by golint

exported function FileExists should have comment or be unexported
Open

func FileExists(path string) (bool, error) {
Severity: Minor
Found in paths/files.go by golint

exported function EnsureParentExists should have comment or be unexported
Open

func EnsureParentExists(path string, mode os.FileMode) error {
Severity: Minor
Found in paths/files.go by golint

exported function DirExists should have comment or be unexported
Open

func DirExists(path string) (bool, error) {
Severity: Minor
Found in paths/files.go by golint

There are no issues that match your filters.

Category
Status