Andrew Ash

Results 53 issues of Andrew Ash

## Before this PR ## After this PR ==COMMIT_MSG== ==COMMIT_MSG== ## Possible downsides?

### Describe the feature or problem you’d like to solve I'd like the LLM to be able to get the contents this page via tool: https://github.com/palantir/gradle-consistent-versions/compare/2.32.0...2.33.0 (Just the commits list,...

enhancement
tool-proposal
stale

## Before this PR For code with an unused local variable name like this: ``` // fire and forget Future ignored = submitFuture(); ``` There's an error prone rule [StrictUnusedVariable](https://github.com/palantir/baseline-error-prone/blob/2778b52c0f77e0304e3bb44be275d0ebee0f101c/baseline-error-prone/src/main/java/com/palantir/baseline/errorprone/StrictUnusedVariable.java#L265-L266)...