Disable code size warnings on exposed contracts
(cherry picked from commit d095542fa4)
This commit is contained in:
@ -76,6 +76,9 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
warnings: {
|
||||
'contracts-exposed/**/*': {
|
||||
'code-size': 'off',
|
||||
},
|
||||
'*': {
|
||||
'code-size': withOptimizations,
|
||||
'unused-param': !argv.coverage, // coverage causes unused-param warnings
|
||||
|
||||
Reference in New Issue
Block a user