Commit eac1a566 authored by Indeavr's avatar Indeavr

fix: disabled events, made the output validator less strict

parent 8b162c77
...@@ -132,6 +132,11 @@ const config: HardhatUserConfig = { ...@@ -132,6 +132,11 @@ const config: HardhatUserConfig = {
outputValidator: { outputValidator: {
runOnCompile: true, runOnCompile: true,
errorMode: true, errorMode: true,
checks: {
devDoc: {
events: false,
},
},
exclude: ['contracts/test-helpers', 'contracts/test-libraries'], exclude: ['contracts/test-helpers', 'contracts/test-libraries'],
}, },
} }
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
"@ethersproject/abstract-signer": "^5.4.1", "@ethersproject/abstract-signer": "^5.4.1",
"@ethersproject/hardware-wallets": "^5.4.0", "@ethersproject/hardware-wallets": "^5.4.0",
"@primitivefi/hardhat-dodoc": "^0.1.3", "@primitivefi/hardhat-dodoc": "^0.1.3",
"hardhat-output-validator": "^0.1.1" "hardhat-output-validator": "^0.1.3"
}, },
"devDependencies": { "devDependencies": {
"@codechecks/client": "^0.1.11", "@codechecks/client": "^0.1.11",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment