Skip to content

Add support for repository evironments #214

Add support for repository evironments

Add support for repository evironments #214

Triggered via pull request April 12, 2024 16:39
Status Failure
Total duration 3m 17s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)