go-fuego / fuego

Golang Fuego - web framework generating OpenAPI 3 spec from source code
https://go-fuego.github.io/fuego/
MIT License
917 stars 46 forks source link

Add a CI for detecting typos #188

Closed ccoVeille closed 2 months ago

ccoVeille commented 2 months ago

Following #187, may I suggest to set up a CI for catching obvious typos?

I did it on many repository, I can help.

I would suggest a linter that has almost no false positive

EwenQuim commented 2 months ago

Ok, why not!

Can you add it in the Makefile too? Thanks!

imransolanki commented 2 months ago

@EwenQuim @ccoVeille Can you please review and approve the PR here - https://github.com/go-fuego/fuego/pull/189?

asahasrabuddhe commented 2 months ago

This one has been addressed with #189. This one can be closed!

ccoVeille commented 2 months ago

Misspell is fine, I planned to add it too.

So thank you!

but unfortunately it is not enough for documenation in Markdown files.

Please let this issue open, I'll open a PR soon