mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 08:04:21 +00:00
[CHORE] Exclude git repository testdate from watching
- Add the _recently_ added Git repository for testdata to the exclusion list of air.
This commit is contained in:
parent
20c0292b5c
commit
0f47b04b49
|
@ -15,8 +15,11 @@ exclude_dir = [
|
||||||
"modules/avatar/testdata",
|
"modules/avatar/testdata",
|
||||||
"modules/git/tests",
|
"modules/git/tests",
|
||||||
"modules/migration/file_format_testdata",
|
"modules/migration/file_format_testdata",
|
||||||
|
"modules/markup/tests/repo/repo1_filepreview",
|
||||||
"routers/private/tests",
|
"routers/private/tests",
|
||||||
"services/gitdiff/testdata",
|
"services/gitdiff/testdata",
|
||||||
|
"services/migrations/testdata",
|
||||||
|
"services/webhook/sourcehut/testdata",
|
||||||
]
|
]
|
||||||
exclude_regex = ["_test.go$", "_gen.go$"]
|
exclude_regex = ["_test.go$", "_gen.go$"]
|
||||||
stop_on_error = true
|
stop_on_error = true
|
||||||
|
|
Loading…
Reference in a new issue