Skip to content

Commit

Permalink
chore(solhint): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrickGT committed Feb 4, 2022
1 parent b64eaaf commit 5f04337
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .solhint.json
Expand Up @@ -3,6 +3,12 @@
"plugins": [],
"rules": {
"func-order": "off",
"func-visibility": [
"warn",
{
"ignoreConstructors": true
}
],
"mark-callable-contracts": "off",
"no-empty-blocks": "off",
"compiler-version": ["error", "0.8.6"],
Expand Down

0 comments on commit 5f04337

Please sign in to comment.