Skip to content

chore: Remove errcheck deprecated configuration#2082

Merged
kodiakhq[bot] merged 2 commits intomainfrom
erezrokah-patch-1
Feb 17, 2025
Merged

chore: Remove errcheck deprecated configuration#2082
kodiakhq[bot] merged 2 commits intomainfrom
erezrokah-patch-1

Conversation

@erezrokah
Copy link
Copy Markdown
Member

@erezrokah erezrokah commented Feb 17, 2025

Summary

Fixes https://github.com/cloudquery/plugin-sdk/actions/runs/13367954470/job/37329892347?pr=2080


Use the following steps to ensure your PR is ready to be reviewed

  • Read the contribution guidelines 🧑‍🎓
  • Run go fmt to format your code 🖊
  • Lint your changes via golangci-lint run 🚨 (install golangci-lint here)
  • Update or add tests 🧪
  • Ensure the status checks below are successful ✅

@erezrokah erezrokah marked this pull request as ready for review February 17, 2025 10:40
@erezrokah erezrokah requested review from a team and maaarcelino February 17, 2025 10:40
@erezrokah erezrokah changed the title chore: Update .golangci.yml chore: Remove errcheck deprecated configuration Feb 17, 2025
}
defer f.Close()
f.WriteString(content)
return f.Close()
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

There was a duplicate close here (see the defer f.Close() above)

@kodiakhq kodiakhq bot merged commit 7d27045 into main Feb 17, 2025
14 checks passed
@kodiakhq kodiakhq bot deleted the erezrokah-patch-1 branch February 17, 2025 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants