Skip to content

Commit

Permalink
lint(package.json): max warnings added EVM-263
Browse files Browse the repository at this point in the history
  • Loading branch information
benceharomi committed Sep 18, 2023
1 parent b28aef3 commit 81a7eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"test": "CONTRACT_TESTS=1 yarn hardhat test test/unit_tests/*.spec.ts --network hardhat",
"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": "solhint contracts/**/*.sol",
"lint:sol": "solhint --max-warnings 29 contracts/**/*.sol",
"prettier:check": "prettier --check contracts/**/*.sol",
"prettier:write": "prettier --write contracts/**/*.sol",
"deploy-no-build": "ts-node scripts/deploy.ts",
Expand Down

0 comments on commit 81a7eaa

Please sign in to comment.