Last active
July 5, 2019 10:20
-
-
Save onggunhao/b1807d538a36cbf4cae0cbe3494a4ee1 to your computer and use it in GitHub Desktop.
Revisions
-
onggunhao renamed this gist
Jul 5, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
onggunhao renamed this gist
Jul 5, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
onggunhao revised this gist
Jul 5, 2019 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,6 @@ "extends": "solhint:recommended", "plugins": [], "rules": { "avoid-throw": false, "avoid-suicide": "error", "avoid-sha3": "warn" -
onggunhao revised this gist
Jul 5, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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" -
onggunhao created this gist
Jul 5, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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" } }