update doc #2
Merged
update doc #2
Annotations
10 warnings
|
Run solhint:
test/CREATE3Factory.t.sol#L8
Missing @notice tag in contract 'MockContract'
|
|
Run solhint:
test/CREATE3Factory.t.sol#L8
Missing @author tag in contract 'MockContract'
|
|
Run solhint:
test/CREATE3Factory.t.sol#L8
Missing @title tag in contract 'MockContract'
|
|
Run solhint:
script/Deploy.s.sol#L9
Mismatch in @return names for function 'run'. Expected: [factory], Found: []
|
|
Run solhint:
script/Deploy.s.sol#L9
Missing @return tag in function 'run'
|
|
Run solhint:
script/Deploy.s.sol#L9
Missing @notice tag in function 'run'
|
|
Run solhint:
script/Deploy.s.sol#L8
Missing @notice tag in contract 'DeployScript'
|
|
Run solhint:
script/Deploy.s.sol#L8
Missing @author tag in contract 'DeployScript'
|
|
Run solhint:
script/Deploy.s.sol#L8
Missing @title tag in contract 'DeployScript'
|
|
Run solhint:
src/CREATE3Factory.sol#L14
GC: [creationCode] argument on Function [deploy] could be [calldata] if it's not being updated
|
Loading