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

golangci-lint cleanup #10312

Merged
merged 2 commits into from
Aug 23, 2023
Merged

golangci-lint cleanup #10312

merged 2 commits into from
Aug 23, 2023

Conversation

jmank88
Copy link
Contributor

@jmank88 jmank88 commented Aug 23, 2023

bool-literal-in-expr: omit Boolean literal in expression (revive)

ineffectual assignment (ineffassign)

unused (unused)

receiver-naming: receiver name should not be an underscore, omit the name if it is unused (revive)

unreachable: unreachable code (govet)

rows.Err must be checked (rowserrcheck)

ineffectual assignment (ineffassign)

unused (unused)

receiver-naming: receiver name should not be an underscore, omit the name if it is unused (revive)

unreachable: unreachable code (govet)

rows.Err must be checked (rowserrcheck)
@github-actions
Copy link
Contributor

I see that you haven't updated any CHANGELOG files. Would it make sense to do so?

@github-actions
Copy link
Contributor

I see that you haven't updated any README files. Would it make sense to do so?

@jmank88 jmank88 marked this pull request as ready for review August 23, 2023 12:25
@jmank88 jmank88 requested review from a team and removed request for a team, reductionista, samsondav, connorwstein and prashantkumar1982 August 23, 2023 12:26
@cl-sonarqube-production
Copy link

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@jmank88 jmank88 added this pull request to the merge queue Aug 23, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 23, 2023
@jmank88 jmank88 added this pull request to the merge queue Aug 23, 2023
Merged via the queue into develop with commit 9bba6b8 Aug 23, 2023
94 checks passed
@jmank88 jmank88 deleted the golangci-lint-2023-08-23 branch August 23, 2023 14:33
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