Skip to content

Commit 6ee7437

Browse files
committed
solhint: don't check for updates when not asked to
1 parent 4d99c7b commit 6ee7437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ethereum-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"test-coverage:foundry": "yarn run-foundry coverage --gas-limit 999999999999 --report lcov",
9494
"test-slither": "tasks/test-slither.sh",
9595
"lint": "run-s lint:*",
96-
"lint:sol": "solhint -w 0 `find contracts -name *.sol` && echo '✔ Your .sol files look good.'",
96+
"lint:sol": "solhint --disc -w 0 `find contracts -name *.sol` && echo '✔ Your .sol files look good.'",
9797
"lint-js": "eslint test -c .eslintrc.json --ext .js",
9898
"lint:js-eslint": "yarn lint-js --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'",
9999
"lint-ts": "eslint test -c .eslintrc.ts.json --ext .ts",

0 commit comments

Comments
 (0)