Iván Valdés Castillo

Results 430 comments of Iván Valdés Castillo

I'll try to reproduce it. Thanks for the detailed instructions, @XiuhuaRuan. /assign

I was able to duplicate this issue with 3.5.15 and the main branch. I used the following [`Procfile`](https://github.com/user-attachments/files/16462542/Procfile.txt): ```Procfile etcd1: bin/etcd --name infra1 --listen-client-urls http://127.0.0.1:2379 --advertise-client-urls http://127.0.0.1:2379 --listen-peer-urls http://127.0.0.1:12380 --initial-advertise-peer-urls...

> @ivanvc Can we use markdownlint which is officially on Go.pkg.dev : https://pkg.go.dev/github.com/svendowideit/markdownlint > https://github.com/SvenDowideit/markdownlint/blob/v0.9.4/main.go It looks like an abandoned project. It was originally done by Docker, but it's now...

Surveying GitHub doesn't seem to be promising. There are some projects, but they seem unmaintained, or abandoned: https://github.com/search?q=markdown+linter+language%3AGo&type=repositories

Hey @fuweid, I agree. After researching a native-Go alternative and yielding no results, I'm leaning towards having a linter that we can use as a binary. I opened PR https://github.com/crawford/marker/pull/32...

With #18318 merged, I was looking into cleaning up `scripts/install-marker.sh`. But it looks like it's only used by `tests/Dockerfile`. Is this a `Dockerfile` we want to maintain? The Ubuntu version...

Are we okay with keeping marker as the markdown linter, considering it only checks for broken links? Do we want or need to do more linting, considering that running our...

The first step is to set the foundation to start the markdown linting. As a reference, we're already doing it on the website (as noted in https://github.com/etcd-io/etcd/issues/18059#issuecomment-2436062946). After we have...