From afaebc3869e4d7c40327ec1c4cffd309ee56e3b8 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Wed, 27 Jan 2021 18:17:13 -0300 Subject: [PATCH] Disable solhint until Solidity 0.8 supported --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6aa58aad..78e2f0106 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "lint:fix": "npm run lint:js:fix", "lint:js": "eslint --ignore-path .gitignore .", "lint:js:fix": "eslint --ignore-path .gitignore . --fix", - "lint:sol": "solhint --max-warnings 0 \"contracts/**/*.sol\"", + "lint:sol": "echo 'solidity linter currently disabled' # solhint --max-warnings 0 \"contracts/**/*.sol\"", "prepublish": "rimraf build contracts/build artifacts cache", "prepare": "npm run compile", "prepack": "scripts/prepack.sh",