lintspec
Version updated for https://github.com/beeb/lintspec to version v0.12.2.
- This action is used across all versions by 0 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Lintspec is a command-line linter designed to validate and ensure the completeness of NatSpec documentation in Solidity code. It automates the process of checking doc-comments for compliance with NatSpec standards, improving code documentation quality and consistency while respecting .gitignore rules. Key capabilities include fast parsing, configurable validation rules, and support for multiple parser backends.
Release notes
Release Notes
Changed
Documentation
Full Changelog: 0.12.1…0.12.2
Install lintspec 0.12.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/beeb/lintspec/releases/download/v0.12.2/lintspec-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/beeb/lintspec/releases/download/v0.12.2/lintspec-installer.ps1 | iex"
Download lintspec 0.12.2
| File | Platform | Checksum |
|---|---|---|
| lintspec-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| lintspec-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| lintspec-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| lintspec-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |