Skip to content

Commit

Permalink
fix: solhint wrong rule naming
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-something committed May 28, 2024
1 parent 380d7ab commit b408a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .solhint.tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"quotes": ["error", "single"],
"func-visibility": ["warn", { "ignoreConstructors": true }],
"not-rely-on-time": "off",
"func-name-mixedcase": "off",
"style-guide-casing": "off",
"var-name-mixedcase": "off",
"const-name-snakecase": "off",
"no-inline-assembly": "off",
Expand All @@ -16,7 +16,7 @@
"no-global-import": "off",
"max-states-count": "off",
"private-vars-leading-underscore": ["warn", { "strict": false }],
"ordering": "warn",
"ordering": "off",
"immutable-name-snakecase": "warn",
"avoid-low-level-calls": "off",
"one-contract-per-file": "off",
Expand Down

0 comments on commit b408a95

Please sign in to comment.