Skip to content

Commit

Permalink
Upgrading deps where possible (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
justin j. moses authored Apr 10, 2021
1 parent 28101db commit 13df268
Show file tree
Hide file tree
Showing 3 changed files with 14,085 additions and 12,799 deletions.
20 changes: 1 addition & 19 deletions .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,19 @@
"plugins": [],
"rules": {
"avoid-call-value": "off",
"bracket-align": "off",
"compiler-version": ["error", "^0.5.0"],
"const-name-snakecase": "off",
"expression-indent": "off",
"func-order": "off",
"func-param-name-mixedcase": "off",
"imports-on-top": "off",
"indent": ["error", 4],
"mark-callable-contracts": "off",
"max-line-length": "off",
"no-empty-blocks": "off",
"no-inline-assembly": "off",
"no-simple-event-func-name": "off",
"not-rely-on-time": "off",
"no-unused-vars": "warn",
"quotes": ["error", "double"],
"security/no-block-members": ["error", ["blockhash"]],
"security/no-inline-assembly": "off",
"separate-by-one-line-in-contract": "off",
"two-lines-top-level-separator": "off",
"var-name-mixedcase": "off",
"visibility-modifier-order": "off",
"---THE BELOW ARE FROM SOLHINT:RECOMMENDED ---": "---to be removed once https://github.com/juanfranblanco/vscode-solidity/issues/144 is fixed ---",
"state-visibility": "warn",
"payable-fallback": "warn",
"no-complex-fallback": "warn",
"avoid-low-level-calls": "warn",
"func-name-mixedcase": "warn",
"contract-name-camelcase": "warn",
"multiple-sends": "warn",
"reentrancy": "warn",
"max-states-count": ["warn", 17]
"visibility-modifier-order": "off"
}
}
Loading

0 comments on commit 13df268

Please sign in to comment.