Add support for repository evironments #214
Annotations
6 errors and 3 warnings
lint:
pkg/config/config.go#L35
File is not `gofmt`-ed with `-s` (gofmt)
|
lint:
pkg/config/config.go#L35
File is not `goimports`-ed (goimports)
|
lint:
main.go#L163
unnecessary leading newline (whitespace)
|
lint:
main.go#L169
ST1003: var userId should be userID (stylecheck)
|
lint:
main.go#L176
ST1003: should not use underscores in Go names; var pulumi_env should be pulumiEnv (stylecheck)
|
lint
issues found
|
lint:
main.go#L162
var-naming: var reviewerIds should be reviewerIDs (revive)
|
lint:
main.go#L169
var-naming: var userId should be userID (revive)
|
lint:
main.go#L176
var-naming: don't use underscores in Go names; var pulumi_env should be pulumiEnv (revive)
|