ccoVeille
ccoVeille
### Check for existing issues - [X] Completed ### Environment Linux Homebrew vale 3.4.2 ### Describe the bug / provide steps to reproduce it I'm testing a rule to detect...
### Check for existing issues - [X] Completed ### Describe the feature I'm using vale and I love it. I'm facing a little problem. I went through the documentation, not...
at least the following component are now deprecated and unmaintained - [gometalinter](https://github.com/alecthomas/gometalinter) - [golint](https://github.com/golang/lint) The problem has been reported many times, and had never been addressed: #349 #378 #318 #355...
### Welcome - [X] Yes, I've searched similar [issues on GitHub](https://github.com/golangci/golangci-lint/issues) and didn't find any. - [X] I agree to follow this project's [Code of Conduct](https://github.com/golangci/golangci-lint?tab=coc-ov-file) ### Your feature request...
[`--remap`](https://github.com/lycheeverse/lycheeverse.github.io/blob/refs%2Fheads%2Fmaster/src%2Fcontent%2Fdocs%2Frecipes%2Fmigration.md) feature is great But it requires to add the source and target domain. So the feature is like what a "search and replace" would do. I would like to...
https://github.com/tidwall/sjson/blob/b279807a1bad9fa155988667d97a3d2fff4061b5/sjson.go#L470 go.mod refers to go1.14 errors.Is was added in 1.13 https://pkg.go.dev/errors#Is
- **Format files before working on it** - **Fix JSON acronym** - **Fix quoting style** - **Fix style** - **Fix typos**
Would you like me to help you in setting up golangci-lint for your project ? This tool is the one I used to find some errors in #111 I will...
Would you like me to help you installing GitHub action? I could suggest you using codespell, typos, or something based on vale. These are the tools I used to help...
Having an homebrew tap is a good way to make your tool available for people who don't have/want to build it via go install. https://github.com/Homebrew/brew/blob/master/docs/How-to-Create-and-Maintain-a-Tap.md Howbrew also helps people to...