mirror of https://github.com/pulumi/pulumi.git
d72b85c90b
The first exception relates to how we launch plugins. Plugin paths are calculated using a well-known set of rules; this makes `gas` suspicious due to the need to use a variable to store the path of the plugin. The second and third are in test code and aren't terribly concerning. The latter exception asks `gas` to ignore the access key we hard-code into the integration tests for our Pulumi test account. The fourth exception allows use to use more permissive permissions for the `.pulumi` directory than `gas` would prefer. We use `755`; `gas` wants `700` or stricter. `755` is the default for `mkdir` and `.git` and so seems like a reasonable choice for us. |
||
---|---|---|
.. | ||
analyzer.go | ||
analyzer_plugin.go | ||
check.go | ||
context.go | ||
host.go | ||
host_server.go | ||
langruntime.go | ||
langruntime_plugin.go | ||
plugin.go | ||
provider.go | ||
provider_plugin.go | ||
rpc.go | ||
rpc_test.go |