Skip to content

Commit

Permalink
Merge pull request #6 from highlightxyz/v1.4.1
Browse files Browse the repository at this point in the history
v1.4.1
  • Loading branch information
beshup authored Dec 2, 2023
2 parents 2755b2a + 8b1e4bb commit a6a7a05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
],
"reason-string": ["warn", { "maxLength": 64 }],
"ordering": "warn",
"private-vars-leading-underscore": "error",
"private-vars-leading-underscore": "off",
"func-name-mixedcase": "off",
"avoid-throw": "off",
"avoid-suicide": "error",
"avoid-sha3": "warn"
"avoid-sha3": "warn",
"no-global-import": "off"
}
}

0 comments on commit a6a7a05

Please sign in to comment.