Andrew Shannon Brown

Results 24 issues of Andrew Shannon Brown

Here are a few fixes to satisfy go vet and test. I'm running these on circleci. We use them regularly and it might be worth enabling them for this repo...

**Is your feature request related to a problem? Please describe.** I'd like to serialize a workflow of a specific name without other workflows preventing it from running. Currently we wait...

I'd like to be able to choose my autocomplete options based on earlier words in the command-line but as far as I can tell no more than a single argument...

### Your feature request related to a problem? Please describe. I'd like to include some linter rules for only test code but I don't believe is possible to write a...

enhancement

### Your feature request related to a problem? Please describe. Currently you have to build a plugin locally at a known path prior to running golangci-lint, which creates a challenge...

enhancement
linter: custom

### Your feature request related to a problem? Please describe. Private linters can't enable autofix ### Describe the solution you'd like. A way to set autofix, and really all config...

enhancement
linter: custom

**Is your feature request related to a problem? Please describe.** I'm concerned that the `nolintlint` name is a bit confusing and that that `nolint` might be a more obvious name...

enhancement
area: nolint

I'd like to be able to customize/replace the checkout command in order to do a shallow clone. circleci `checkout` takes some options for this, so we could pass through options...

The [docs](https://registry.terraform.io/modules/npalm/gitlab-runner/aws/latest/submodules/cache#input_environment) describe the `environment` variable as: > A name that identifies the environment, used as prefix and for tagging. However, `environment` appears to only be used for tags and...

Not really a pull request, just a test. Seems like squeel breaks the following expressions: ``` ruby Comment.joins(:article).where(articles: {person_id: person}) Comment.joins(:article).where(articles: {person: person}) ``` These will both raise an exception...