Update docs

This commit is contained in:
github-actions
2023-05-23 18:18:00 +00:00
parent 6ae39c4dc1
commit cf52c4a0a5
158 changed files with 331 additions and 470 deletions

View File

@ -76,6 +76,9 @@ module.exports = {
},
},
warnings: {
'contracts-exposed/**/*': {
'code-size': 'off',
},
'*': {
'code-size': withOptimizations,
'unused-param': !argv.coverage, // coverage causes unused-param warnings