go-fuego / fuego

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

ci: no func whitespace #205

Closed dylanhitt closed 1 month ago

dylanhitt commented 1 month ago

Added whitespace linter to ensure no whitespace at start and end of funcs. I don't know why but this annoys.

Also I've been confused on why main would need to be lint'd sometimes after PRs. So there's an additional commit stopping the fixes in the CI so code moves into main with the proper commit.