Skip to content

Commit

Permalink
Try to make solhint fail again
Browse files Browse the repository at this point in the history
  • Loading branch information
tinkrtailor committed Mar 11, 2024
1 parent 84a4a68 commit 3df5305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/smart-storage-unit/.solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"func-visibility": ["warn", { "ignoreConstructors": true }],
"no-empty-blocks": "off",
"no-complex-fallback": "off",
"contract-name-camelcase": "error"
"func-name-mixedcase": "error"
}
}

0 comments on commit 3df5305

Please sign in to comment.