Marvin Wendt

Results 150 comments of Marvin Wendt

Hi, you could make the root folder into an NPM module itself, which has an lint script that triggers the lint script in the sub-folders. This is only a workaround,...

Sorry for the long wait, I am quite busy with other stuff atm.

Yes, that makes sense. I just have to look up the licenses, as I am not sure if I may distribute the files in the repository.

TODO: We need slight modifications. For example, there is a depguard rule for SIT internal repositories.

How about running the make target in a pre-commit hook too?

Hi @zalgonoise, I see that you wrote all test cases manually for the logger. Go provides [`slogtest`](https://pkg.go.dev/golang.org/x/exp/slog/slogtest), which tests every function of a slog handler. We could use this :)...

I also edited the title to fit the [conventional commits convention](https://www.conventionalcommits.org/en/v1.0.0/), as we usually use it: ![image](https://github.com/SchwarzIT/go-template/assets/31022056/3a958f3f-84a4-44af-bfe7-fc12b191fbb2) We can discuss getting rid of it, and use GitHub labels instead. This...