Skip to content

Instantly share code, notes, and snippets.

@onggunhao
Last active July 5, 2019 10:20
Show Gist options
  • Select an option

  • Save onggunhao/b1807d538a36cbf4cae0cbe3494a4ee1 to your computer and use it in GitHub Desktop.

Select an option

Save onggunhao/b1807d538a36cbf4cae0cbe3494a4ee1 to your computer and use it in GitHub Desktop.

Revisions

  1. onggunhao renamed this gist Jul 5, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. onggunhao renamed this gist Jul 5, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. onggunhao revised this gist Jul 5, 2019. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion .solhint.json
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,6 @@
    "extends": "solhint:recommended",
    "plugins": [],
    "rules": {
    // Important: you need to specify precisely which rules you want to implement here!
    "avoid-throw": false,
    "avoid-suicide": "error",
    "avoid-sha3": "warn"
  4. onggunhao revised this gist Jul 5, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions .solhint.json
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,7 @@
    "extends": "solhint:recommended",
    "plugins": [],
    "rules": {
    // Important: you need to specify precisely which rules you want to implement here!
    "avoid-throw": false,
    "avoid-suicide": "error",
    "avoid-sha3": "warn"
  5. onggunhao created this gist Jul 5, 2019.
    9 changes: 9 additions & 0 deletions .solhint.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    {
    "extends": "solhint:recommended",
    "plugins": [],
    "rules": {
    "avoid-throw": false,
    "avoid-suicide": "error",
    "avoid-sha3": "warn"
    }
    }