environment/expand.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method Environment.ExpandString should have comment or be unexported
Open

func (e Environment) ExpandString(template string) (string, error) {
Severity: Minor
Found in environment/expand.go by golint

exported method Environment.ExpandSlice should have comment or be unexported
Open

func (e Environment) ExpandSlice(templates []string) ([]string, error) {
Severity: Minor
Found in environment/expand.go by golint

exported const ExpandMaxIterations should have comment or be unexported
Open

const ExpandMaxIterations = 50
Severity: Minor
Found in environment/expand.go by golint

There are no issues that match your filters.

Category
Status