hussar-lang/hussar

View on GitHub
object/environment.go

Summary

Maintainability
A
0 mins
Test Coverage

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

func (e *Environment) Get(name string) (Object, bool) {
Severity: Minor
Found in object/environment.go by golint

exported function NewEnclosedEnvironment should have comment or be unexported
Open

func NewEnclosedEnvironment(outer *Environment) *Environment {
Severity: Minor
Found in object/environment.go by golint

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

func (e *Environment) Set(name string, val Object) Object {
Severity: Minor
Found in object/environment.go by golint

exported function NewEnvironment should have comment or be unexported
Open

func NewEnvironment() *Environment {
Severity: Minor
Found in object/environment.go by golint

exported type Environment should have comment or be unexported
Open

type Environment struct {
Severity: Minor
Found in object/environment.go by golint

There are no issues that match your filters.

Category
Status