1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-05 09:35:48 +00:00

Reduce air verbosity (#31417)

Make `air` log less. Uses the option added in
https://github.com/air-verse/air/pull/367.
This commit is contained in:
silverwind 2024-06-19 21:42:06 +02:00 committed by GitHub
parent 566d87bb8e
commit 1c15452687
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,3 +21,6 @@ exclude_dir = [
]
exclude_regex = ["_test.go$", "_gen.go$"]
stop_on_error = true
[log]
main_only = true