natlint 0.1.0

A linter for Solidity natspec comments.
1
2
3
4
5
6
7
8
9
10
11
# Build natlint using `cargo build`
build:
	cargo build --bin natlint --release --locked

# Install natlint using `cargo install`
install:
	cargo install --path . --locked

# Run tests using `cargo test`
test testname="--all":
	cargo test {{testname}} --locked -- --nocapture