Skip to content

Commit 603cf6e

Browse files
committed
chore: linting
Signed-off-by: yohanelly95 <[email protected]>
1 parent 20e675e commit 603cf6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.solhint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"func-visibility": ["error", { "ignoreConstructors": true }],
1414
"imports-on-top": "warn",
1515
"mark-callable-contracts": "off",
16-
"max-line-length": ["warn", 127],
16+
"max-line-length": ["warn", 160],
1717
"no-unused-vars": "error",
1818
"not-rely-on-time" : "off",
1919
"ordering": "error",

0 commit comments

Comments
 (0)