Skip to content
This repository was archived by the owner on Jul 11, 2019. It is now read-only.

Commit 2daf329

Browse files
committed
update the style rules to warnings
1 parent 55a40b9 commit 2daf329

File tree

2 files changed

+1427
-1423
lines changed

2 files changed

+1427
-1423
lines changed

.soliumrc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"no-constant": "error",
2020
"security/enforce-explicit-visibility": "error",
2121
"security/no-block-members": "warning",
22-
"security/no-inline-assembly": "warning"
22+
"security/no-inline-assembly": "warning",
23+
"arg-overflow": ["off"]
2324
}
2425
}

0 commit comments

Comments
 (0)