We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d99c7b commit 6ee7437Copy full SHA for 6ee7437
packages/ethereum-contracts/package.json
@@ -93,7 +93,7 @@
93
"test-coverage:foundry": "yarn run-foundry coverage --gas-limit 999999999999 --report lcov",
94
"test-slither": "tasks/test-slither.sh",
95
"lint": "run-s lint:*",
96
- "lint:sol": "solhint -w 0 `find contracts -name *.sol` && echo '✔ Your .sol files look good.'",
+ "lint:sol": "solhint --disc -w 0 `find contracts -name *.sol` && echo '✔ Your .sol files look good.'",
97
"lint-js": "eslint test -c .eslintrc.json --ext .js",
98
"lint:js-eslint": "yarn lint-js --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'",
99
"lint-ts": "eslint test -c .eslintrc.ts.json --ext .ts",
0 commit comments