chore(incremental-merkle-tree.sol): update some solhint rules

This commit is contained in:
cedoor
2023-03-26 13:35:50 +01:00
parent 8d6c8f6482
commit bf1a73c61f

View File

@@ -2,7 +2,6 @@
"extends": "solhint:recommended",
"plugins": ["prettier"],
"rules": {
"code-complexity": ["error", 7],
"compiler-version": ["error", ">=0.8.0"],
"const-name-snakecase": "off",
"no-empty-blocks": "off",
@@ -16,6 +15,6 @@
"endOfLine": "auto"
}
],
"reason-string": ["warn", { "maxLength": 64 }]
"reason-string": ["warn", { "maxLength": 80 }]
}
}