harper-comments 2.0.0

The language checker for developers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.20;

/// This is an example of an problematic comment.
/// It should produce one error.
contract Test {}

/**
 * This is an example of a possible error:
 * these subsequent lines should not be considered a new sentence and should
 * produce no errors.
 */
library FooBar {}

/// Let's aadd a cuple spelling errors for good measure.