pulumi/pkg/workspace
Pat Gavlin d72b85c90b Add a few gas exceptions.
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.
2017-11-24 16:14:43 -08:00
..
paths.go Support .pulumiignore 2017-11-21 12:09:18 -08:00
repository.go Add a few gas exceptions. 2017-11-24 16:14:43 -08:00
settings.go Suport workspace local configuration and use it by default 2017-11-02 13:05:01 -07:00
workspace.go Suport workspace local configuration and use it by default 2017-11-02 13:05:01 -07:00