Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update golangci-lint to version 1.61.0 #2154

Merged
merged 4 commits into from
Sep 17, 2024

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    b34072b View commit details
    Browse the repository at this point in the history
  2. chore: Exclude G115 from gosec linter

    Exclude G115 from the gosec linter to address the issue with securego/gosec#1212.
    AnkushinDaniil committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    103dc21 View commit details
    Browse the repository at this point in the history
  3. chore: Remove unused variable assignments

    Remove unused variable assignments in node/node.go and utils/pipeline/pipeline_test.go files.
    AnkushinDaniil committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2695bf7 View commit details
    Browse the repository at this point in the history
  4. chore: Remove unused nolint directives

    Remove unused nolint directives in the starknet client.go and handlers.go files.
    AnkushinDaniil committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    03ea7a6 View commit details
    Browse the repository at this point in the history