Hacker News new | ask | show | jobs
Show HN: Lintspec, a Solidity NatSpec Linter (github.com)
1 points by beeb 482 days ago
Lintspec is a code linter which checks the validity of NatSpec (doc-comments) in Solidity source code. It's written in Rust and focuses on speed and ergonomics.

I was not really happy with the existing `natspec-smells` tool which was super slow and error'd often.

Would love some feedback from Solidity developers!