Skip to content

Commit

Permalink
Deprecate mark-callable-contract
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed May 5, 2020
1 parent 4b2a229 commit e18fd3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/rules/security/mark-callable-contracts.md
Expand Up @@ -5,8 +5,11 @@ title: "mark-callable-contracts | Solhint"
---

# mark-callable-contracts
![Deprecated Badge](https://img.shields.io/badge/-Deprecated-yellow)
![Category Badge](https://img.shields.io/badge/-Security%20Rules-informational)
![Default Severity Badge warn](https://img.shields.io/badge/Default%20Severity-warn-yellow)
> This rule is **deprecated**

## Description
Explicitly mark all external contracts as trusted or untrusted.
Expand Down
1 change: 1 addition & 0 deletions lib/rules/security/mark-callable-contracts.js
Expand Up @@ -30,6 +30,7 @@ const meta = {
isDefault: false,
recommended: false,
defaultSetup: 'warn',
deprecated: true,

schema: null
}
Expand Down

0 comments on commit e18fd3d

Please sign in to comment.