diff --git a/ethereum/package.json b/ethereum/package.json index 65560f0b5..9667d62cc 100644 --- a/ethereum/package.json +++ b/ethereum/package.json @@ -53,7 +53,7 @@ "test:foundry": "hardhat solpp && forge test", "test:fork": "CONTRACT_TESTS=1 TEST_CONTRACTS_FORK=1 yarn run hardhat test test/unit_tests/*.fork.ts --network hardhat", "lint": "yarn lint:sol && yarn prettier:check", - "lint:sol-contracts": "solhint --max-warnings 30 contracts/**/*.sol", + "lint:sol-contracts": "solhint --max-warnings 31 contracts/**/*.sol", "lint:sol-tests": "solhint --max-warnings 0 test/**/*.sol", "lint:sol": "yarn lint:sol-contracts && yarn lint:sol-tests", "prettier:check-contracts": "prettier --check contracts/**/*.sol",