Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusx1211 committed Jan 9, 2024
1 parent d52eceb commit dd9ce56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"not-rely-on-time": "off",
"no-inline-assembly": "off",
"visibility-modifier-order": "off",
"compiler-version": ["error", "0.8.18"],
"compiler-version": ["error", "0.8.19"],
"func-visibility": ["warn", {"ignoreConstructors":true}],
"reason-string": ["warn", {"maxLength": 96}]
}
Expand Down

0 comments on commit dd9ce56

Please sign in to comment.