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

Add support for YAML media type in isBinary function #65

Merged
merged 1 commit into from
Feb 5, 2024

Add support for YAML media type in isBinary function

2da4203
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Add support for YAML media type in isBinary function #65

Add support for YAML media type in isBinary function
2da4203
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci succeeded Feb 4, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (7)

ridgenative_test.go|714 col 16| Error return value of io.CopyBuffer is not checked (errcheck)
ridgenative_test.go|734 col 16| Error return value of io.CopyBuffer is not checked (errcheck)
ridgenative_test.go|743 col 11| Error return value of rw.Write is not checked (errcheck)
ridgenative_test.go|744 col 22| Error return value of rw.lambdaResponseV1 is not checked (errcheck)
ridgenative_test.go|756 col 11| Error return value of rw.Write is not checked (errcheck)
ridgenative_test.go|757 col 22| Error return value of rw.lambdaResponseV1 is not checked (errcheck)
example_test.go|17 col 31| Error return value of ridgenative.ListenAndServe is not checked (errcheck)