mirror of https://github.com/pulumi/pulumi.git
79ffe88b6d
Upgrade to latest version of golangci-lint and fix or opt-out the issues it caught. The false positives are: ``` sdk/go/common/workspace/plugins_test.go:512:3: G101: Potential hardcoded credentials (gosec) pkg/resource/deploy/builtins.go:180:2: G101: Potential hardcoded credentials (gosec) ``` The fixed issues are: ``` pkg/resource/deploy/deploytest/pluginhost.go:440:16: G601: Implicit memory aliasing in for loop. (gosec) Version: &v.version, ^ pkg/engine/lifecycletest/alias_test.go:58:25: G601: Implicit memory aliasing in for loop. (gosec) DeleteBeforeReplace: &r.deleteBeforeReplace, ^ ``` |
||
---|---|---|
.. | ||
config.go | ||
creds.go | ||
creds_test.go | ||
loaders.go | ||
paths.go | ||
paths_test.go | ||
plugins.go | ||
plugins_install_nodejs_test.go | ||
plugins_install_python_test.go | ||
plugins_install_test.go | ||
plugins_test.go | ||
project.go | ||
project.json | ||
project_test.go | ||
settings.go | ||
templates.go | ||
templates_test.go | ||
workspace.go |