7 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 21d 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 21d agoyou'd probs want a commit hook for that
- unleaded 21d agoDoes "don't write comments" not work?
- jaggederest 21d agoabout as effective as don't make mistakes... For anthropic's models at least
- devmor 20d 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.