harn-parser 0.10.119

Parser, AST, and type checker for the Harn programming language
Documentation
1
2
3
4
5
6
7
8
# HARN-LNT-016 — unused parameter lint

## How to fix

- Apply the lint's auto-fix where one is offered (`harn lint --fix`).
- Functions, closures, public or extended pipelines, and fixture- or table-bound
  tests keep positional arity and prefix the unused parameter with `_`.
- Suppress the lint with an attribute only when the surrounding code is intentionally non-idiomatic.