Skip to content

Commit

Permalink
Update rules.md (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
nventuro authored and pablofullana committed Dec 19, 2018
1 parent 8726e30 commit d809263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/rules.md
Expand Up @@ -38,6 +38,7 @@ description: List of validation rules for Solhint - Solidity security, style gui
| **avoid-tx-origin** | Avoid to use tx.origin | *[default](#options)* |
| **no-inline-assembly** | Avoid to use inline assembly. It is acceptable only in rare cases | *[default](#options)* |
| **not-rely-on-block-hash** | Do not rely on "block.blockhash". Miners can influence its value. | *[default](#options)* |
| **not-rely-on-time** | Avoid to make time-based decisions in your business logic | *[default](#options)* |
| **avoid-low-level-calls** | Avoid to use low level calls. | *[default](#options)* |

\* \- All security rules implemented according [ConsenSys Guide for Smart Contracts](https://consensys.github.io/smart-contract-best-practices/recommendations/)
Expand Down

0 comments on commit d809263

Please sign in to comment.