mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-09 21:17:55 -05:00
test: add fuzz test
build: upgrade to latest forge-std chore: disable "func-name-mixedcase" rule test: rename test names to conform with Foundry best practices
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"rules": {
|
||||
"code-complexity": ["error", 8],
|
||||
"compiler-version": ["error", ">=0.8.4"],
|
||||
"func-name-mixedcase": "off",
|
||||
"func-visibility": ["error", { "ignoreConstructors": true }],
|
||||
"max-line-length": ["error", 120],
|
||||
"not-rely-on-time": "off",
|
||||
|
||||
Reference in New Issue
Block a user