mirror of
https://github.com/go-gitea/gitea
synced 2024-11-21 22:51:10 +01:00
Backport #31417 by @silverwind Make `air` log less. Uses the option added in https://github.com/air-verse/air/pull/367. Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
parent
042e9fcd81
commit
3813b27862
1 changed files with 3 additions and 0 deletions
|
@ -21,3 +21,6 @@ exclude_dir = [
|
||||||
]
|
]
|
||||||
exclude_regex = ["_test.go$", "_gen.go$"]
|
exclude_regex = ["_test.go$", "_gen.go$"]
|
||||||
stop_on_error = true
|
stop_on_error = true
|
||||||
|
|
||||||
|
[log]
|
||||||
|
main_only = true
|
||||||
|
|
Loading…
Reference in a new issue