Live data from Hacker News

Show HN: AISlop, a CLI for catching AI generated code smells

github.com

21–30 of 70 posts

Re: Show HN: AISlop, a CLI for catching AI generated code smells

#28

> I’ve been building aislop. This made me chuckle. Cool tool, the dead code checks can be very helpful. I’ve seen Claude leave unused functions when iterating which always frustrates me.

haha. I love the name - aislop

Forgot to switch accounts?

Re: Show HN: AISlop, a CLI for catching AI generated code smells

#29
I tried it but see a lot of false positives.

One funny thing I see it doing is deleting seemingly random comments lines, for example if a file has a comment that spans multiple lines but doesn’t use a multi line comment syntax. It just chooses one at random transforming the once useful comment into slop.

Re: Show HN: AISlop, a CLI for catching AI generated code smells

#30
post #18

I tried it on my codebase. There's a lot of overlap with tools like Oxlint / ESLint, I'm not sure that's too valuable vs. a more focused tool that actually focuses solely on 'slop' signals. These lint rules tend to get very opinionated which is why those tools expose so many configuration options. One real bug tho: > [ERROR] Imports "mdast" but it's not declared in package.json A type-only import like `import type {…

thanks for this catch, really appreciate. Can you create an issue on GitHub so you can easily track when I resolve this?
Post reply on HN