Skip to content

Commit 3eeeecc

Browse files
committed
Merge branch 'master' into feat/disp
2 parents 440f8b1 + e2f27b7 commit 3eeeecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"deploy-rarimo-beta": "npx hardhat migrate --network rarimo-beta --verify",
3636
"generate-types": "TYPECHAIN_FORCE=true npx hardhat typechain && npx hardhat gobind",
3737
"generate-docs": "npx hardhat markup",
38-
"solhint-check": "solhint \"./contracts/**/*.sol\"",
38+
"solhint-check": "solhint --noPoster \"./contracts/**/*.sol\"",
3939
"lint-fix": "npm run lint-sol-fix && npm run lint-ts-fix && npm run lint-json-fix && npm run solhint-check",
4040
"lint-json-fix": "prettier --write \"./**/*.json\"",
4141
"lint-ts-fix": "prettier --write \"./**/*.ts\" --ignore-path .prettierignore",

0 commit comments

Comments
 (0)