Skip to content

[meshery-consul] ci: globally disable ST1005 staticcheck lint rule#501

Open
Devesanoff wants to merge 1 commit intomeshery-extensions:masterfrom
Devesanoff:fix/disable-ST1005-lint
Open

[meshery-consul] ci: globally disable ST1005 staticcheck lint rule#501
Devesanoff wants to merge 1 commit intomeshery-extensions:masterfrom
Devesanoff:fix/disable-ST1005-lint

Conversation

@Devesanoff
Copy link
Copy Markdown

Description

This PR adds the staticcheck configuration to .golangci.yml to globally and permanently disable the ST1005 (lowercase error strings) lint rule for the Consul adapter.

Fixes meshery/meshery#16867

Notes for Reviewers

  • Modified .golangci.yml to ignore ST1005 globally.
  • Explicitly enabled staticcheck in the linters list.
  • This ensures consistency across all Meshery adapters.

Signed commits

  • Yes, I signed my commits.

Signed-off-by: Devesanoff <esanovmadaminjon@gmail.com>
Copy link
Copy Markdown

@banana-three-join banana-three-join left a comment

Choose a reason for hiding this comment

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

LGTM!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] Globally and permanently disable ST1005 lint checks

2 participants