Show HN: GPTLint – an OSS standard for LLM-based code reviewgithub.com/gptlint 12 pointstransitivebs2 years ago3 commentsSaveHideCopy link On HNComments−transitivebsOP2yAI code reviews are promising, BUT they're hard to control and currently all closed source.That's why I built GPTLint.It's an automated code review tool powered by both ASTs and LLMs – the best part is it's a 100% OSS standard that works w/ any LLM.HN folks might be interested in checking out the built-in rules: https://gptlint.dev/rules and how it works: https://gptlint.dev/project/how-it-works−chrisvxd2yThis is awesome. Nice one!−mergebandit2yfeels like this could eliminate the bike shedding we used to waste cycles on before eslint / prettier
Comments
AI code reviews are promising, BUT they're hard to control and currently all closed source.
That's why I built GPTLint.
It's an automated code review tool powered by both ASTs and LLMs – the best part is it's a 100% OSS standard that works w/ any LLM.
HN folks might be interested in checking out the built-in rules: https://gptlint.dev/rules and how it works: https://gptlint.dev/project/how-it-works
This is awesome. Nice one!
feels like this could eliminate the bike shedding we used to waste cycles on before eslint / prettier