Merge pull request #2 from rhinestonewtf/feature/storage-allocation #7
Annotations
9 warnings
Lint the code:
src/BytesLib.sol#L25
Provide an error message for revert
|
Lint the code:
src/BytesLib.sol#L25
GC: Use Custom Errors instead of revert statements
|
Lint the code:
src/BytesLib.sol#L35
Avoid to use inline assembly. It is acceptable only in rare cases
|
Lint the code:
src/BytesLib.sol#L45
Avoid to use inline assembly. It is acceptable only in rare cases
|
Lint the code:
src/BytesLib.sol#L66
Provide an error message for revert
|
Lint the code:
src/BytesLib.sol#L66
GC: Use Custom Errors instead of revert statements
|
Lint the code:
src/BytesLib.sol#L76
Avoid to use inline assembly. It is acceptable only in rare cases
|
Lint the code:
src/BytesLib.sol#L93
Avoid to use inline assembly. It is acceptable only in rare cases
|
Lint the code:
src/BytesLib.sol#L100
Avoid to use inline assembly. It is acceptable only in rare cases
|
Loading