Skip to content

Commit d0ca082

Browse files
committed
fix misc issues
1 parent 9f6c6b5 commit d0ca082

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/rules/best-practices/no-unused-private-funcs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This rule accepts a string option for rule severity. Must be one of "error", "wa
2828
This rule does not have examples.
2929

3030
## Version
31-
This rule was introduced in the latest version.
31+
This rule was introduced in [Solhint 6.0.2](https://github.com/protofire/solhint/blob/v6.0.2)
3232

3333
## Resources
3434
- [Rule source](https://github.com/protofire/solhint/blob/master/lib/rules/best-practices/no-unused-private-funcs.js)

docs/rules/miscellaneous/foundry-no-block-time-number.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This rule accepts an array of options:
4242
This rule does not have examples.
4343

4444
## Version
45-
This rule was introduced in the latest version.
45+
This rule was introduced in [Solhint 6.0.2](https://github.com/protofire/solhint/blob/v6.0.2)
4646

4747
## Resources
4848
- [Rule source](https://github.com/protofire/solhint/blob/master/lib/rules/miscellaneous/foundry-no-block-time-number.js)

docs/rules/naming/foundry-test-function-naming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function numberIs42() public {}
7171
```
7272

7373
## Version
74-
This rule was introduced in the latest version.
74+
This rule was introduced in [Solhint 6.0.2](https://github.com/protofire/solhint/blob/v6.0.2)
7575

7676
## Resources
7777
- [Rule source](https://github.com/protofire/solhint/blob/master/lib/rules/naming/foundry-test-function-naming.js)

docs/rules/security/no-immutable-before-declaration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This rule accepts a string option for rule severity. Must be one of "error", "wa
6666
```
6767

6868
## Version
69-
This rule was introduced in the latest version.
69+
This rule was introduced in [Solhint 6.0.2](https://github.com/protofire/solhint/blob/v6.0.2)
7070

7171
## Resources
7272
- [Rule source](https://github.com/protofire/solhint/blob/master/lib/rules/security/no-immutable-before-declaration.js)

0 commit comments

Comments
 (0)