Andre Klärner

Results 40 issues of Andre Klärner

I'd like to setup some Github Actions CI, that verifies that the codebase works out of the box with a simple config. - [ ] find a suitable iCalendar feed...

This changes the human output format to collect multiple identical error messages on consecutive lines into one error message that list both the starting and ending line. This is still...

I've just put a bunch of generated json documents into one of our repositories, but forgot to either ignore them or adjust their indentation to fit our editorconfig. However this...

feature

When running super-linter on in a self hosted runner based on Action Runner Controller in K8s container mode the /github/home directory is not neccesarily mounted. But since we expect this...

bug
O: backlog 🤖

I rebased @echoix's goreleaser branch and removed everything that was not related to goreleaser. Then I did the few manual maintenance tasks that would have been done along the way...

This replaces the bad design I made in #360 regarding the output of formerly error.PrintErrors, which became error.FormatErrors and is now again error.PrintErrors. Passing around slices of `LogMessage` what not...

In testing I've now seem multiple cases where the version stored in the binary is not set: 1. when testcases/benchmarks are run a. … using `make test` b. … from...

This is the replacement for #255 # Still TODO: - [ ] replace image in README.md

Essentially rework the errors.go function `ConsolidateErrors` function to make the `TestConsolidatingInterleavedErrors` test pass

Since I'm really lazy, I like to run `perlcritic .` in my codebase, sometimes adding on `--single-policy foo` to concentrate on one issue in our codebase. However, we also install...

Enhancement