mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
2377d76ebb
It unfortunately doesn't seem possible, even with a custom ruleguard rule, to mark a function as requiring it's return value be used, it looks like you have to go all in on a linter that rejects *any* unused return values.