-
Notifications
You must be signed in to change notification settings - Fork 39
/
.soliumignore
33 lines (29 loc) · 1.85 KB
/
.soliumignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# skip
node_modules
contracts/mock/RelayContract.sol
contracts/mock/RelayContractV2.sol
interfaces/RelayContractInterface.sol
# disagree with indentation error
extra-contracts/helpers/FactoryFactFinder.sol
contracts/upgradeability/DharmaUpgradeBeaconController.sol
contracts/implementations/smart-wallet/AdharmaSmartWalletImplementation.sol
contracts/implementations/token/DharmaTokenOverrides.sol
# parsing error due to dynamic abi.decode - try again in later version
contracts/implementations/smart-wallet/DharmaSmartWalletImplementationV0.sol
contracts/implementations/smart-wallet/DharmaSmartWalletImplementationV1.sol
contracts/implementations/smart-wallet/DharmaSmartWalletImplementationV2.sol
contracts/implementations/smart-wallet/DharmaSmartWalletImplementationV3.sol
contracts/implementations/smart-wallet/DharmaSmartWalletImplementationV4.sol
contracts/implementations/smart-wallet/DharmaSmartWalletImplementationV5.sol
contracts/implementations/smart-wallet/DharmaSmartWalletImplementationV6.sol
contracts/implementations/smart-wallet/DharmaSmartWalletImplementationV7.sol
contracts/implementations/smart-wallet/DharmaSmartWalletImplementationVX.sol
contracts/implementations/token/MockDharmaDaiImplementationV1.sol
extra-contracts/implementations/smart-wallet/DharmaSmartWalletImplementationV0.sol
extra-contracts/implementations/smart-wallet/DharmaSmartWalletImplementationV1.sol
extra-contracts/implementations/smart-wallet/DharmaSmartWalletImplementationV2.sol
extra-contracts/implementations/smart-wallet/DharmaSmartWalletImplementationV3.sol
extra-contracts/implementations/smart-wallet/DharmaSmartWalletImplementationV4.sol
extra-contracts/implementations/smart-wallet/DharmaSmartWalletImplementationV5.sol
extra-contracts/implementations/smart-wallet/DharmaSmartWalletImplementationV6.sol
extra-contracts/implementations/smart-wallet/DharmaSmartWalletImplementationVX.sol