-
Notifications
You must be signed in to change notification settings - Fork 26
fix: Normalize Windows line breaks before parsing configuration files #352
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
Conversation
2cdb464 to
be99461
Compare
| @@ -1,3 +1,5 @@ | |||
| //go:build !windows | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't want cross platform snapshot tests π° π³οΈ
| @@ -1,3 +1,5 @@ | |||
| //go:build !windows | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't want cross platform snapshot tests π° π³οΈ
| @@ -1,3 +1,5 @@ | |||
| //go:build !windows | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See issue #354
| @@ -1,3 +1,5 @@ | |||
| //go:build !windows | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same issue #354
|
Before we merge this we'll need to update the branch protection rules |
hermanschaaf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π
π€ I have created a release *beep* *boop* --- ## [1.0.3](v1.0.2...v1.0.3) (2022-11-07) ### Bug Fixes * Allow managed clients to disable sentry logging ([#363](#363)) ([dc20388](dc20388)) * Normalize Windows line breaks before parsing configuration files ([#352](#352)) ([979e207](979e207)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Summary
Fixes #351
Use the following steps to ensure your PR is ready to be reviewed
go fmtto format your code πgolangci-lint runπ¨ (install golangci-lint here)