Skip to content

Commit

Permalink
fix: warn style guiding on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShaito committed Sep 4, 2024
1 parent cab3887 commit 8d73f1d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion test/.solhint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"rules": {
"style-guide-casing": "off",
"style-guide-casing": [
"warn",
{
"ignorePublicFunctions":true,
"ignoreExternalFunctions":true,
"ignoreContracts":true
}
],
"no-global-import": "off",
"max-states-count": "off",
"ordering": "off",
Expand Down

0 comments on commit 8d73f1d

Please sign in to comment.