ccoVeille
ccoVeille
I can help with adding golangci-lint checkers to avoid issues such had the one I spotted in #460 _Originally posted by @ccoVeille in https://github.com/ThreeDotsLabs/watermill/pull/460#issuecomment-2265243587_
May I suggest you to use the groups feature in dependabot? https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups This could reduce the number of PRs You can have a look at what was done in this...
- **fix: broken test** - **chore: fix typos and style in documentation** - **feat: add editorconfig-checker-next-line** Fixes #180
I'm often facing the following pattern when using gofumpt People are using time.Date with leading 0 for days, months, hours, minutes, or seconds … here is an example ```go now...
Description ------------- Add pre-commit.com support in mockery. - Fixes #791 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [X] New feature (non-breaking...
While you are working on Ellipsis, please look at the code behavior. I doubt the code does what is expected with a Unicode character like 🧜♂️ by truncating to Len...
The ebpf libraries are not helping at all.
If you go this way, maybe you should consider also files ignored by git, and or files in `.ignore` (used by many tools: rg, ag, FD, VS Code) These are...
Unless I'm wrong golangci-lint is used in this project but without any configuration, so with the default golangci-lint setting. So a very limited set of linters are enabled Is there...