Skip to content

Commit

Permalink
Function ordering is now warn, not error
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol committed Oct 7, 2024
1 parent 15a1a41 commit 939e577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/.solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"rules": {
"function-max-lines": "off",
"max-line-length": "off",
"ordering": "error"
"ordering": "warn"
}
}

0 comments on commit 939e577

Please sign in to comment.