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

ci(lint): ensure io/ioutil replacement #1525

Merged
merged 8 commits into from Sep 12, 2023
Merged

Conversation

mmorel-35
Copy link
Contributor

@mmorel-35 mmorel-35 commented Sep 11, 2023

This PR help golangci to ensure Io/outil is replaced by Io or os modules.

I noticed there was no warning for certain files which were using ioutil . It might worth extend the use of golangci on more goos and goarch?

Signed-off-by: Matthieu MOREL matthieu.morel35@gmail.com

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
@mmorel-35 mmorel-35 changed the title ci(lint): ensure ioutil replacement ci(lint): ensure io/ioutil replacement Sep 11, 2023
@mmorel-35 mmorel-35 marked this pull request as ready for review September 11, 2023 11:55
Copy link
Owner

@shirou shirou left a comment

Choose a reason for hiding this comment

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

Great! Thank you for your contribution!

@shirou shirou merged commit c806740 into shirou:master Sep 12, 2023
19 checks passed
@mmorel-35 mmorel-35 deleted the patch-1 branch September 12, 2023 12:25
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.

None yet

2 participants