Dan Kortschak
Dan Kortschak
The following program shows that nodes derived from in-line JSON do not properly set their indent, resulting in corrupted output. https://play.golang.com/p/jxYRN0uVB9J This returns the following output: ``` processors: - date:...
### Welcome - [X] Yes, I understand that the GitHub action repository is not the repository of golangci-lint itself. - [X] Yes, I've searched similar issues on GitHub and didn't...
## Proposed commit message See title. ## Checklist - [ ] My code follows the style guidelines of this project - [ ] I have commented my code, particularly in...
## Proposed commit message Allow users to handle events where multiple events are provided via single JSON objects in an array field. This is enabled by providing an optional CEL...
## Proposed commit message ## Checklist - [ ] My code follows the style guidelines of this project - [ ] I have commented my code, particularly in hard-to-understand areas...
## Proposed commit message See title. ## Checklist - [ ] My code follows the style guidelines of this project - [ ] I have commented my code, particularly in...
The current golangci-lint action configuration [uses GOOS to try to lint on platforms other than the OS that the builder is running on](https://github.com/elastic/beats/blob/35c6b264836fadacfb4d716073b76274b3cb5c0a/.github/workflows/golangci-lint.yml#L15-L22). ``` strategy: matrix: include: - GOOS: windows...
## Flaky Test * **Test Name:** Test.test_start_stop * **Link:** https://github.com/elastic/beats/blob/f411b0624c17a034d78636c7be9c97486e75e8d8/filebeat/tests/system/test_reload_modules.py#L119-L163 * **Branch:** #39755 * ~~**Artifact Link:**~~ * **Notes:** Additional details about the test. e.g. theory as to failure cause Since...
## Proposed commit message See title. ## Checklist - [ ] My code follows the style guidelines of this project - [ ] I have commented my code, particularly in...
## Proposed commit message Do not use uncontrolled randomisation in tests where it is not necessary. The retry tests in the httpjson and cel packages were using a randomised 5xx...