The lint rules that catch agent-written code are mostly the ones I had to turn off
This story is from 2026-08-31. It is preserved in the archive; the latest stories are on the live feed.
I maintain a linter that ships a rule pack embedded in the binary. 26 rules, 9 languages, each one a YAML file. A good number of them target what agent-written code does wrong: a stub that compiles, a test that asserts nothing, an error discarded silently, a suppression comment with no reason. 13 o…
Read the full story at r/AI_Agents ↗
Timeline · 1 report
- 2026-08-31 13:38 · r/AI_Agents
The lint rules that catch agent-written code are mostly the ones I had to turn off