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:
Paul Razvan Berg
2023-01-07 11:47:59 +02:00
parent c0d28ea3f4
commit b67c427d3b
3 changed files with 11 additions and 3 deletions

View File

@@ -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",