Skip to content

Merge pull request #337 from consenlabs/test/add-gas-snapshot #587

Merge pull request #337 from consenlabs/test/add-gas-snapshot

Merge pull request #337 from consenlabs/test/add-gas-snapshot #587

Triggered via push January 16, 2025 09:49
Status Success
Total duration 55s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build (16.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (16.x): contracts/abstracts/EIP712.sol#L19
Immutable variables name are set to be in capitalized SNAKE_CASE
build (16.x): contracts/abstracts/EIP712.sol#L20
Immutable variables name are set to be in capitalized SNAKE_CASE
build (16.x): contracts/abstracts/EIP712.sol#L31
Named parameters missing. MIN unnamed argumenst is 4
build (16.x): contracts/abstracts/EIP712.sol#L47
Function order is incorrect, internal view function can not go after private view function (line 36)
build (16.x): contracts/abstracts/EIP712.sol#L53
Function name must be in mixedCase
build (16.x): contracts/abstracts/Ownable.sol#L30
Function order is incorrect, event definition can not go after custom error definition (line 26)
build (16.x): contracts/abstracts/TokenCollector.sol#L25
Function order is incorrect, enum definition can not go after custom error definition (line 20)
build (16.x): contracts/abstracts/TokenCollector.sol#L33
Immutable variables name are set to be in capitalized SNAKE_CASE
build (16.x): contracts/abstracts/TokenCollector.sol#L34
Immutable variables name are set to be in capitalized SNAKE_CASE
build (16.x): contracts/abstracts/TokenCollector.sol#L59
Avoid to use low level calls