Skip to content

Commit

Permalink
Correct solhint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem committed Jul 22, 2024
1 parent 65e6ca6 commit 32183aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/axis-utils/.solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"const-name-snakecase": "warn",
"var-name-mixedcase": "warn",
"func-name-mixedcase": "off",
"immutable-vars-naming": "warn",
"immutable-name-snakecase": "warn",
"modifier-name-mixedcase": "warn",
"private-vars-leading-underscore": "warn",
"not-rely-on-time": "off",
Expand Down

0 comments on commit 32183aa

Please sign in to comment.