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

Fixes lint error issues and golangci deprecated configurations #515

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

luispresuelVenafi
Copy link
Contributor

  • Fixes warning from GolangCI-Lint that states that configurations: "deadcode" and "varcheck" are deprecated and deactivated. Removes from GolangCI Lint configuration accordingly.
  • Fixes following lint rules:
    • SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
    • printf: non-constant format string in call to fmt.Errorf (govet)

@luispresuelVenafi luispresuelVenafi merged commit 11c0670 into master Sep 5, 2024
3 checks passed
@luispresuelVenafi luispresuelVenafi deleted the fix-lint-error-issues branch September 5, 2024 16:16
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.

3 participants