mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:15:43 +01:00
e61aa25412
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> (cherry picked from commit 3813b2786295087b3a5ecb3562fc35d90c439bf0)
25 lines
590 B
TOML
25 lines
590 B
TOML
root = "."
|
|
tmp_dir = ".air"
|
|
|
|
[build]
|
|
cmd = "make --no-print-directory backend"
|
|
bin = "gitea"
|
|
delay = 1000
|
|
include_ext = ["go", "tmpl"]
|
|
include_file = ["main.go"]
|
|
include_dir = ["cmd", "models", "modules", "options", "routers", "services"]
|
|
exclude_dir = [
|
|
"models/fixtures",
|
|
"models/migrations/fixtures",
|
|
"modules/avatar/identicon/testdata",
|
|
"modules/avatar/testdata",
|
|
"modules/git/tests",
|
|
"modules/migration/file_format_testdata",
|
|
"routers/private/tests",
|
|
"services/gitdiff/testdata",
|
|
]
|
|
exclude_regex = ["_test.go$", "_gen.go$"]
|
|
stop_on_error = true
|
|
|
|
[log]
|
|
main_only = true
|