Ludovic Fernandez
Ludovic Fernandez
Hello, This issue is not related to a bug or a feature. I'm the core maintainer of golangci-lint, and a contributor has opened a [PR](https://github.com/golangci/golangci-lint/pull/5749) to integrate your formatter inside...
**Describe the bug** The following rules don't work as expected: - `context-keys-type` - `errorf` - `modifies-value-receiver` - `range-val-address` - `string-of-int` - `time-equal` - `time-naming` - `unexported-return` - `unhandled-error` - `var-declaration`...
This PR is to evaluate and prepare golangci-lint to [go1.25](https://tip.golang.org/doc/go1.25) This PR will evolve during the beta and RC phases of [go1.25](https://tip.golang.org/doc/go1.25). The PR is a draft and will be...
Stops the analysis after the first package analysis error. - Improve the speed when there are errors (about three times faster based on my test cases) - Improve error reports...
#### Is golangci-lint support go1.25? No, and yes. Basically, golangci-lint supports Go versions that are lower or equal to the Go version used **to build it**. In addition to the...
The list of linters that don't work with cgo: - [ ] `exhaustive` - [ ] `gci` - [x] `godot` https://github.com/tetafro/godot/pull/37 - [ ] `goheader` - [ ] `gosec` -...
### Welcome - [x] Yes, I'm using a binary release within 2 latest [releases](https://github.com/golangci/golangci-lint/releases). Only such installations are supported. - [x] Yes, I've searched similar [issues on GitHub](https://github.com/golangci/golangci-lint/issues) and didn't...
The PR creates new shortcodes to create extended cards. The extended cards are cards, but users can customize the placement of the title, the image, add buttons, etc. It allows...
This is a draft to discuss the idea. I created a button shortcode/partial (based on the `hextra/button` shortcode). One of the goals is to "remove" `hextra/button` shortcode. I also created...
**Feature Description** Adds buttons to cards. The design of the cards allows adding elements at the bottom. **Problem/Solution** Currently, a card is one link, but sometimes, it's useful to have...