Skip to content

Commit

Permalink
loosen sol linting rules to prevent warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
josojo committed Sep 20, 2023
1 parent 3070220 commit a37b700
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"reason-string": "off",
"not-rely-on-time": "off",
"no-inline-assembly": "off",
"check-send-result": "off"
"check-send-result": "off",
"no-global-import": "off",
"max-states-count": "off",
"avoid-tx-origin": "off"
}
}

0 comments on commit a37b700

Please sign in to comment.