-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
21 lines (14 loc) · 709 Bytes
/
Copy path.env
File metadata and controls
21 lines (14 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#the solidity compiler version to use
SOLC_VERSION=0.4.25
#config file to use for ethlint, relative to your truffle project
ETHLINT_CONFIG_FILE=ci/tools/ethlint/.soliumrc.json
#contract folder path relative to your truffle project
ETHLINT_CONTRACTS_DIR=contracts/
#configuration flags for invoking ganache-cli
GANACHE_CLI_FLAGS=--accounts=10 --defaultBalanceEther=1000
#config file to use for solhint, relative to your truffle project
SOLHINT_CONFIG_FILE=ci/tools/solhint/.solhint.json
#path to the contracts to run the linter over relative to your truffle project
SOLHINT_CONTRACTS_EXECUTION_PATH=contracts/**/*.sol
#truffle project path relative to this file
TRUFFLE_PROJECT_PATH=../