Skip to content

Commit

Permalink
using lint .sol files
Browse files Browse the repository at this point in the history
  • Loading branch information
Aodhgan committed Jul 2, 2021
1 parent eecf6f6 commit 4638747
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 @@ -39,7 +39,7 @@
"etherscan-verify": "hardhat etherscan-verify --network",
"test:integration": "FORK_MAINNET=true yarn hardhat test --network hardhat",
"test": "yarn hardhat test --network hardhat test/unit_test.js",
"lint": "yarn solhint 'contracts/SushiYieldSource.sol' && yarn prettier -c './**/*.js'",
"lint": "yarn solhint 'contracts/SushiYieldSource.sol'",
"format": "yarn prettier --write contracts/*.sol && yarn prettier --write test/*.js",
"hint": "solhint \"contracts/SushiYieldSource.sol\"",
"coverage": "OPTIMIZER_DISABLED=true hardhat coverage --testfiles \"test/unit_test.js\"",
Expand Down

0 comments on commit 4638747

Please sign in to comment.