Luke Arms

Results 36 issues of Luke Arms

If feasible, this change would help reduce memory consumption.

refactor

Given these rules have the same priority and cover similar / adjacent tokens, refactoring them into one class may improve efficiency and clarity.

refactor

- [ ] Consider statements like these for replacement with suppression of blank lines across a range of tokens, so blank lines between adjacent comments are collapsed in the given...

component: code style

For starters: - `--enable strict-lists,semi-strict-expressions` - `--operators-first`

component: code style

Real-world code assigns the expanded glob to an array variable, but the same parsing error prevails in both cases: ```bash function check_pools() { ( shopt -s nullglob extglob rm -fv...