Skip to content

Commit dbe8060

Browse files
committed
🔧 solhint: reject warnings
1 parent 22147d2 commit dbe8060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": "github:exactly/protocol",
77
"scripts": {
88
"lint": "pnpm run --aggregate-output /lint:/",
9-
"lint:sol": "solhint '{contracts,scripts,test}/**/*.sol'",
9+
"lint:sol": "solhint --max-warnings 0 '{contracts,scripts,test}/**/*.sol'",
1010
"lint:ts": "tsc",
1111
"lint:es": "eslint --ext .ts,.js,.cjs,.mjs .",
1212
"fix:sol": "prettier -w '{contracts,scripts,test}/**/*.sol'",

0 commit comments

Comments
 (0)