Ville Skyttä

Results 243 issues of Ville Skyttä

Complete option flags, with plus and dash prefixes, setopt values only after `-o`/`+o`, allow filename completions if not preceded by `-` or `--`. Closes https://github.com/scop/bash-completion/issues/103

While at it, make gitignore entries for these globs for a little less future maintenance chores.

`wastedassign` seems similar to [`ineffassign`](https://github.com/gordonklaus/ineffassign) which is included in golangci-lint 1.0.0 and enabled by default in it. Would it be possible to document in `wastedassign`'s README what are the differences...

Previously, the bin dir of a given explicit venv was simply added to `$PATH` with no checks. This may have caused unintended executables to be invoked when given a nonexistent...

A couple of changes I've had lying around for ages, brought up to date.

Not sure how robustly this could be implemented, but it'd be nice to flag JSON string comparisons using `.Equal` and suggest to use `.JSONEq` instead.

enhancement

This causes interoperability issues with other *envs such as pyenv, because it uses the shell so that it goes through us, and if we stuff a system bin dir to...

**Reasons for making this change:** I'm a mise user. Local mise configs should not be checked into git. The upstream project spells "mise" consistently in lowercase, therefore I opted to...

**Reasons for making this change:** I'm a lefthook user. Lefthook supports local config overrides that should not be checked into git. **Links to documentation supporting these rule changes:** See links...