natlint 0.1.0

A linter for Solidity natspec comments.
1
2
3
4
5
6
//! Integration tests for natlint

#![cfg(test)]

mod config_tests;
mod lint_tests;