Skip to content

Conversation

@JonathanOppenheimer
Copy link
Member

Why this should be merged

These failures broke ./scripts/shellcheck.sh, which was not caught in this repository's CI for some reason. This PR adds the correct directives.

How this was tested

Locally (CI doesn't catch)

Need to be documented?

No

Need to update RELEASES.md?

No


# Build Subnet EVM, which is run as a subprocess
echo "Building Subnet EVM @ GitCommit: $SUBNET_EVM_COMMIT at $BINARY_PATH"
# shellcheck disable=SC2153 # STATIC_LD_FLAGS is defined in constants.sh
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we sure that these are needed? I don't see anything on the avalanchego/coreth side for these changes? Could it be your local using a different shellcheck version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants