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
@@ -84,7 +84,7 @@ title: "Rule Index of Solhint"
84
84
|[avoid-throw](./rules/security/avoid-throw.md)| "throw" is deprecated, avoid to use it. | $~~~~~~~~$✔️ ||
85
85
|[avoid-tx-origin](./rules/security/avoid-tx-origin.md)| Avoid to use tx.origin. | $~~~~~~~~$✔️ ||
86
86
|[check-send-result](./rules/security/check-send-result.md)| Check result of "send" call. | $~~~~~~~~$✔️ ||
87
-
|[compiler-version](./rules/security/compiler-version.md)| Compiler version must satisfy a semver requirement. | $~~~~~~~~$✔️ ||
87
+
|[compiler-version](./rules/security/compiler-version.md)| Compiler version must satisfy a server requirement. | $~~~~~~~~$✔️ ||
88
88
|[func-visibility](./rules/security/func-visibility.md)| Explicitly mark visibility in function. | $~~~~~~~~$✔️ ||
89
89
|[mark-callable-contracts](./rules/security/mark-callable-contracts.md)| Explicitly mark all external contracts as trusted or untrusted. || $~~~~~~~$✔️ |
90
90
|[multiple-sends](./rules/security/multiple-sends.md)| Avoid multiple calls of "send" method in single transaction. | $~~~~~~~~$✔️ ||
0 commit comments