17 ms·
There is probably something you can do to only apply some rules to the actual changed lines in a git diff. You may have to write your own linter for that speci
by devmor 1mo ago
There is probably something you can do to only apply some rules to the actual changed lines in a git diff.
You may have to write your own linter for that specifically.
- notsirius 1mo agoyou'd probs want a commit hook for that
- unleaded 1mo agoDoes "don't write comments" not work?
- jaggederest 1mo agoabout as effective as don't make mistakes... For anthropic's models at least
- devmor 1mo agoIt’ll work sometimes. You’re using a non-deterministic algorithm to generate output. If you want deterministic rules applied to it, you have to use deterministic systems to do it.