Skip to content

Commit

Permalink
feat: enable the named-parameters-mapping rule
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Oct 2, 2024
1 parent 6b448e7 commit a552526
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"no-empty-blocks": "off",
"private-vars-leading-underscore": ["warn", { "strict": false }],
"ordering": "warn",
"avoid-low-level-calls": "off"
"avoid-low-level-calls": "off",
"named-parameters-mapping": "warn"
}
}

0 comments on commit a552526

Please sign in to comment.