Add machine package cache retention policy #16
Annotations
10 warnings
build:
main.go#L1
should have a package comment
|
build:
internal/environments/extension_settings.go#L1
should have a package comment
|
build:
internal/mutex.go#L1
should have a package comment
|
build:
internal/mutex.go#L8
exported var Mutex should have comment or be unexported
|
build:
internal/test/channel_test_options.go#L1
should have a package comment
|
build:
internal/test/test_options.go#L5
exported type TestOptions should have comment or be unexported
|
build:
internal/mutex.go#L10
exported var KeyedMutex should have comment or be unexported
|
build:
internal/test/test_options.go#L5
type name will be used as test.TestOptions by other packages, and that stutters; consider calling this Options
|
build:
internal/test/configuration.go#L3
exported function GetConfiguration should have comment or be unexported
|
build:
internal/mutex.go#L12
exported type MutexMap should have comment or be unexported
|