-
Notifications
You must be signed in to change notification settings - Fork 58
/
.solhintignore
34 lines (29 loc) · 1.06 KB
/
.solhintignore
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
34
\*.dump.sol
\*.dump.json
artifacts/
node_modules/
**/contracts/generated
**/contracts/routers
\*\*/typechain-types
utils/core-contracts/contracts/utils/SafeCast
# foundry lib
\*\*/lib
\*\*/out
# files that we cannot change due to immutable proxies
\*\*/contracts/Proxy.sol
utils/core-modules/contracts/modules/UpgradeModule.sol
utils/core-contracts/contracts/ownership/Ownable.sol
utils/core-contracts/contracts/ownership/OwnableStorage.sol
# Immutable InitialProxy
markets/legacy-market/contracts/InitialModuleBundle.sol
markets/perps-market/contracts/modules/CoreModule.sol
markets/spot-market/contracts/modules/CoreModule.sol
protocol/governance/contracts/modules/core/InitialModuleBundle.sol
protocol/oracle-manager/contracts/modules/CoreModule.sol
protocol/synthetix/contracts/modules/common/OwnerModule.sol
protocol/synthetix/contracts/modules/common/UpgradeModule.sol
protocol/synthetix/contracts/modules/InitialModuleBundle.sol
utils/core-modules/contracts/interfaces/IOwnerModule.sol
utils/core-modules/contracts/modules/CoreModule.sol
# temporary
markets/bfp-market