Anand Gaitonde

Results 4 issues of Anand Gaitonde

TLDR: When one calls `IsDir()` on a FileInfo returned back from `afero.ReadDir`, and that FileInfo is for a symlink to another directory, the `IsDir()` function returns `false`. When one gets...

We're getting the following warning [every time](https://github.com/cloudfoundry/cli/blob/master/integration/helpers/command.go#L23) we pass `exec.Command` a set of variables: ``` Subprocess launching with variable.,HIGH,HIGH (gas) ``` I've seen it in other places too, but I...

help-wanted

Add a file/config setting that can be used to blacklist warnings that are returned from gometalinter. This way projects/teams can customize which warnings can be ignored.

help-wanted

When I run "GoImplements" on an interface function, the first result is always the interface in question and then a list of fakes and implementers. It would be nice if...

help-wanted