Skip to content

Commit e2f27b7

Browse files
committed
remove solhint poster
1 parent f4bd92e commit e2f27b7

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)