mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
e6ee7dd652
* chore: Add linting rule to help catch InTx misuse This isn't perfect, as if you nest your misuse in another code block like an if statement, it won't catch it :/. It is better than nothing