You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ title: "Rule Index of Solhint"
41
41
|[named-parameters-mapping](./rules/naming/named-parameters-mapping.md)| Solidity v0.8.18 introduced named parameters on the mappings definition. |||
42
42
|[private-vars-leading-underscore](./rules/naming/private-vars-leading-underscore.md)| Non-external functions and state variables should start with a single underscore. Others, shouldn't |||
43
43
|[use-forbidden-name](./rules/naming/use-forbidden-name.md)| Avoid to use letters 'I', 'l', 'O' as identifiers. | $~~~~~~~~$✔️ ||
44
-
|[var-name-mixedcase](./rules/naming/var-name-mixedcase.md)| Variable name must be in mixedCase. (Does not check IMMUTABLES, use immutable-vars-naming)| $~~~~~~~~$✔️ ||
44
+
|[var-name-mixedcase](./rules/naming/var-name-mixedcase.md)| Variable names must be in mixedCase. (Does not check IMMUTABLES, use immutable-vars-naming) | $~~~~~~~~$✔️ ||
45
45
|[func-order](./rules/order/func-order.md)| Function order is incorrect. || $~~~~~~~$✔️ |
46
46
|[imports-on-top](./rules/order/imports-on-top.md)| Import statements must be on top. | $~~~~~~~~$✔️ ||
47
47
|[ordering](./rules/order/ordering.md)| Check order of elements in file and inside each contract, according to the style guide. |||
0 commit comments