forked from connext/monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlint.txt
138 lines (138 loc) · 9.62 KB
/
lint.txt
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
➤ YN0000:
➤ YN0000: contracts/core/connext/helpers/BridgeToken.sol
➤ YN0000: 16:53 warning Code contains empty blocks no-empty-blocks
➤ YN0000:
➤ YN0000: contracts/core/connext/helpers/ConnextDiamond.sol
➤ YN0000: 47:3 warning Fallback function must be simple no-complex-fallback
➤ YN0000: 51:5 warning Avoid to use inline assembly. It is acceptable only in rare cases no-inline-assembly
➤ YN0000: 58:5 warning Avoid to use inline assembly. It is acceptable only in rare cases no-inline-assembly
➤ YN0000: 76:30 warning Code contains empty blocks no-empty-blocks
➤ YN0000:
➤ YN0000: contracts/core/connext/helpers/ConnextProxyAdmin.sol
➤ YN0000: 12:43 warning Code contains empty blocks no-empty-blocks
➤ YN0000:
➤ YN0000: contracts/core/connext/helpers/LPToken.sol
➤ YN0000: 73:3 warning Variable name must be in mixedCase var-name-mixedcase
➤ YN0000:
➤ YN0000: contracts/core/connext/helpers/OwnerPausableUpgradeable.sol
➤ YN0000: 39:3 warning Variable name must be in mixedCase var-name-mixedcase
➤ YN0000:
➤ YN0000: contracts/core/connext/helpers/OZERC20.sol
➤ YN0000: 81:3 warning Variable name must be in mixedCase var-name-mixedcase
➤ YN0000: 82:3 warning Variable name must be in mixedCase var-name-mixedcase
➤ YN0000: 83:3 warning Variable name must be in mixedCase var-name-mixedcase
➤ YN0000: 85:3 warning Variable name must be in mixedCase var-name-mixedcase
➤ YN0000: 86:3 warning Variable name must be in mixedCase var-name-mixedcase
➤ YN0000: 252:5 warning Error message for require is too long reason-string
➤ YN0000: 279:5 warning Error message for require is too long reason-string
➤ YN0000: 280:5 warning Error message for require is too long reason-string
➤ YN0000: 285:5 warning Error message for require is too long reason-string
➤ YN0000: 334:5 warning Error message for require is too long reason-string
➤ YN0000: 339:5 warning Error message for require is too long reason-string
➤ YN0000: 369:5 warning Error message for require is too long reason-string
➤ YN0000: 370:5 warning Error message for require is too long reason-string
➤ YN0000: 416:22 warning Code contains empty blocks no-empty-blocks
➤ YN0000: 436:22 warning Code contains empty blocks no-empty-blocks
➤ YN0000:
➤ YN0000: contracts/core/connext/helpers/PriceOracle.sol
➤ YN0000: 6:3 warning Constant name must be in capitalized SNAKE_CASE const-name-snakecase
➤ YN0000:
➤ YN0000: contracts/core/connext/helpers/RelayerProxy.sol
➤ YN0000: 256:5 warning Check result of "send" call check-send-result
➤ YN0000:
➤ YN0000: contracts/core/connext/helpers/StableSwap.sol
➤ YN0000: 83:5 warning Error message for require is too long reason-string
➤ YN0000: 495:3 warning Variable name must be in mixedCase var-name-mixedcase
➤ YN0000:
➤ YN0000: contracts/core/connext/libraries/AmplificationUtils.sol
➤ YN0000: 49:7 warning Avoid to use inline assembly. It is acceptable only in rare cases no-inline-assembly
➤ YN0000:
➤ YN0000: contracts/core/connext/libraries/LibConnextStorage.sol
➤ YN0000: 155:3 warning Variable name must be in mixedCase var-name-mixedcase
➤ YN0000: 331:5 warning Avoid to use inline assembly. It is acceptable only in rare cases no-inline-assembly
➤ YN0000:
➤ YN0000: contracts/core/connext/libraries/LibDiamond.sol
➤ YN0000: 14:3 warning Explicitly mark visibility of state state-visibility
➤ YN0000: 47:5 warning Avoid to use inline assembly. It is acceptable only in rare cases no-inline-assembly
➤ YN0000: 140:9 warning Error message for revert is too long reason-string
➤ YN0000: 152:5 warning Error message for require is too long reason-string
➤ YN0000: 154:5 warning Error message for require is too long reason-string
➤ YN0000: 164:7 warning Error message for require is too long reason-string
➤ YN0000: 176:5 warning Error message for require is too long reason-string
➤ YN0000: 178:5 warning Error message for require is too long reason-string
➤ YN0000: 187:7 warning Error message for require is too long reason-string
➤ YN0000: 199:5 warning Error message for require is too long reason-string
➤ YN0000: 205:5 warning Error message for require is too long reason-string
➤ YN0000: 209:7 warning Error message for require is too long reason-string
➤ YN0000: 241:5 warning Error message for require is too long reason-string
➤ YN0000: 243:5 warning Error message for require is too long reason-string
➤ YN0000: 274:7 warning Error message for require is too long reason-string
➤ YN0000: 276:7 warning Error message for require is too long reason-string
➤ YN0000: 280:44 warning Avoid to use low level calls avoid-low-level-calls
➤ YN0000: 286:11 warning Error message for revert is too long reason-string
➤ YN0000:
➤ YN0000: contracts/core/connext/libraries/SwapUtilsExternal.sol
➤ YN0000: 136:7 warning Avoid to use inline assembly. It is acceptable only in rare cases no-inline-assembly
➤ YN0000: 1121:5 warning Error message for require is too long reason-string
➤ YN0000:
➤ YN0000: contracts/messaging/connectors/Connector.sol
➤ YN0000: 42:3 warning Variable name must be in mixedCase var-name-mixedcase
➤ YN0000: 47:3 warning Variable name must be in mixedCase var-name-mixedcase
➤ YN0000: 52:3 warning Variable name must be in mixedCase var-name-mixedcase
➤ YN0000: 57:3 warning Variable name must be in mixedCase var-name-mixedcase
➤ YN0000: 129:30 warning Code contains empty blocks no-empty-blocks
➤ YN0000:
➤ YN0000: contracts/messaging/connectors/ConnectorManager.sol
➤ YN0000: 17:17 warning Code contains empty blocks no-empty-blocks
➤ YN0000:
➤ YN0000: contracts/messaging/connectors/GasCap.sol
➤ YN0000: 13:3 warning Explicitly mark visibility of state state-visibility
➤ YN0000:
➤ YN0000: contracts/messaging/connectors/gnosis/GnosisBase.sol
➤ YN0000: 10:3 warning Variable name must be in mixedCase var-name-mixedcase
➤ YN0000:
➤ YN0000: contracts/messaging/connectors/gnosis/GnosisHubConnector.sol
➤ YN0000: 22:116 warning Code contains empty blocks no-empty-blocks
➤ YN0000:
➤ YN0000: contracts/messaging/connectors/gnosis/GnosisSpokeConnector.sol
➤ YN0000: 40:3 warning Code contains empty blocks no-empty-blocks
➤ YN0000: 45:99 warning Code contains empty blocks no-empty-blocks
➤ YN0000:
➤ YN0000: contracts/messaging/connectors/HubConnector.sol
➤ YN0000: 33:77 warning Code contains empty blocks no-empty-blocks
➤ YN0000:
➤ YN0000: contracts/messaging/connectors/mainnet/MainnetSpokeConnector.sol
➤ YN0000: 35:3 warning Code contains empty blocks no-empty-blocks
➤ YN0000: 81:66 warning Code contains empty blocks no-empty-blocks
➤ YN0000:
➤ YN0000: contracts/messaging/connectors/multichain/BaseMultichain.sol
➤ YN0000: 10:3 warning Variable name must be in mixedCase var-name-mixedcase
➤ YN0000: 13:3 warning Variable name must be in mixedCase var-name-mixedcase
➤ YN0000: 79:26 warning Variable "_amb" is unused no-unused-vars
➤ YN0000:
➤ YN0000: contracts/messaging/connectors/multichain/MultichainHubConnector.sol
➤ YN0000: 23:3 warning Code contains empty blocks no-empty-blocks
➤ YN0000:
➤ YN0000: contracts/messaging/connectors/multichain/MultichainSpokeConnector.sol
➤ YN0000: 38:3 warning Code contains empty blocks no-empty-blocks
➤ YN0000: 45:99 warning Code contains empty blocks no-empty-blocks
➤ YN0000:
➤ YN0000: contracts/messaging/connectors/optimism/BaseOptimism.sol
➤ YN0000: 10:48 warning Code contains empty blocks no-empty-blocks
➤ YN0000:
➤ YN0000: contracts/messaging/connectors/optimism/lib/BytesUtils.sol
➤ YN0000: 25:5 warning Avoid to use inline assembly. It is acceptable only in rare cases no-inline-assembly
➤ YN0000: 92:7 warning Avoid to use inline assembly. It is acceptable only in rare cases no-inline-assembly
➤ YN0000:
➤ YN0000: contracts/messaging/connectors/optimism/lib/MerkleTrie.sol
➤ YN0000: 34:3 warning Explicitly mark visibility of state state-visibility
➤ YN0000: 36:3 warning Explicitly mark visibility of state state-visibility
➤ YN0000: 38:3 warning Explicitly mark visibility of state state-visibility
➤ YN0000: 45:3 warning Explicitly mark visibility of state state-visibility
➤ YN0000: 46:3 warning Explicitly mark visibility of state state-visibility
➤ YN0000: 47:3 warning Explicitly mark visibility of state state-visibility
➤ YN0000: 48:3 warning Explicitly mark visibility of state state-visibility
➤ YN0000: 51:3 warning Explicitly mark visibility of state state-visibility
➤ YN0000: 212:11 warning Error message for revert is too long reason-string
➤ YN0000:
➤ YN0000: Done in 2m 55s