Skip to content

Commit

Permalink
fix: increased max solhint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jatZama committed Feb 27, 2024
1 parent faa8516 commit e599b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"compile": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile",
"deploy:contracts": "hardhat deploy",
"lint": "pnpm lint:sol && pnpm lint:ts && pnpm prettier:check",
"lint:sol": "solhint --max-warnings 10 \"contracts/**/*.sol\"",
"lint:sol": "solhint --max-warnings 25 \"contracts/**/*.sol\"",
"lint:ts": "eslint --ignore-path ./.eslintignore --ext .js,.ts .",
"postinstall": "DOTENV_CONFIG_PATH=./.env.example pnpm typechain",
"prettier:check": "prettier --check \"**/*.{js,json,md,sol,ts,yml}\"",
Expand Down

0 comments on commit e599b13

Please sign in to comment.