-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve swagger generation #33664
Improve swagger generation #33664
Conversation
c3f52ae
to
be9b35a
Compare
be9b35a
to
b4f11c3
Compare
b4f11c3
to
386f6af
Compare
Also update Line 18 in a25081f
|
This seems to be the additional linter that demands a lf at the end |
And update here as well: gitea/.github/workflows/files-changed.yml Line 87 in a25081f
|
No need to change that. By default, "JSON" uses "space". That line is for "tmpl" only.
Done
Yep, it's from the editorconfig check. The linters fight with each other ..... Tried to fix the above problems in 8d8eac8 , now all linters pass |
Co-authored-by: silverwind <me@silverwind.io>
* giteaofficial/main: Fix git empty check and HEAD request (go-gitea#33690) Fix some user name usages (go-gitea#33689) Try to fix ACME path when renew (go-gitea#33668) [skip ci] Updated translations via Crowdin Improve Open-with URL encoding (go-gitea#33666) Fix for Maven Package Naming Convention Handling (go-gitea#33678) Improve swagger generation (go-gitea#33664) Deleting repository should unlink all related packages (go-gitea#33653)
Remove most "sed" tricks