← Back to context Comment by sdeframond 16 hours ago How do you do it? 11 comments sdeframond Reply nottorp 2 hours ago I just delete them most of the time. But I keep my LLMs on a short leash. No 40000 line PRs. ch4s3 16 hours ago You could probably add linting rules to your tool of choice and tell claude that your lint tool has to pass. demibabs 16 hours ago but then no human generated comments allowed either, right? ch4s3 16 hours ago I'd do this by only running the linter locally and using this as a custom rule for the LLM, but I need to think about it a bit harder. 4 replies → oblio 2 hours ago Most lint tools allow exceptions if you add a special marker. I think even allow custom user exceptions.E999: human generated comment :-) 2 replies →
nottorp 2 hours ago I just delete them most of the time. But I keep my LLMs on a short leash. No 40000 line PRs.
ch4s3 16 hours ago You could probably add linting rules to your tool of choice and tell claude that your lint tool has to pass. demibabs 16 hours ago but then no human generated comments allowed either, right? ch4s3 16 hours ago I'd do this by only running the linter locally and using this as a custom rule for the LLM, but I need to think about it a bit harder. 4 replies → oblio 2 hours ago Most lint tools allow exceptions if you add a special marker. I think even allow custom user exceptions.E999: human generated comment :-) 2 replies →
demibabs 16 hours ago but then no human generated comments allowed either, right? ch4s3 16 hours ago I'd do this by only running the linter locally and using this as a custom rule for the LLM, but I need to think about it a bit harder. 4 replies → oblio 2 hours ago Most lint tools allow exceptions if you add a special marker. I think even allow custom user exceptions.E999: human generated comment :-) 2 replies →
ch4s3 16 hours ago I'd do this by only running the linter locally and using this as a custom rule for the LLM, but I need to think about it a bit harder. 4 replies →
oblio 2 hours ago Most lint tools allow exceptions if you add a special marker. I think even allow custom user exceptions.E999: human generated comment :-) 2 replies →
I just delete them most of the time. But I keep my LLMs on a short leash. No 40000 line PRs.
You could probably add linting rules to your tool of choice and tell claude that your lint tool has to pass.
but then no human generated comments allowed either, right?
I'd do this by only running the linter locally and using this as a custom rule for the LLM, but I need to think about it a bit harder.
4 replies →
Most lint tools allow exceptions if you add a special marker. I think even allow custom user exceptions.
E999: human generated comment :-)
2 replies →