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

Migrates the old calls to the deprecated ioutil package to io and os respectively #889

Merged
merged 1 commit into from
Mar 24, 2023

Conversation

elliotforbes
Copy link
Contributor

Checklist

=========

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have checked for similar issues and haven't found anything relevant.
  • This is not a security issue (which should be reported here: https://circleci.com/security/)
  • I have read Contribution Guidelines.

Internal Checklist

  • I am requesting a review from my own team as well as the owning team
  • I have a plan in place for the monitoring of the changes that I am making (this can include new monitors, logs to be aware of, etc...)

Changes

=======

  • Migrates deprecated function calls to their new respective packages. ioutil -> io + os

Rationale

=========

Linting now throws errors when crafting new PRs and these will eventually have to be fixed.

@elliotforbes elliotforbes requested review from a team as code owners March 24, 2023 11:20
@elliotforbes elliotforbes force-pushed the updating-deprecated-function-calls branch from cae57bb to f9bb773 Compare March 24, 2023 11:23
@elliotforbes elliotforbes merged commit 1d4e972 into develop Mar 24, 2023
@elliotforbes elliotforbes deleted the updating-deprecated-function-calls branch March 24, 2023 11:35
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