Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-21 17:34:24 +01: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:
Gusted 2024-04-15 13:00:03 +02:00
parent 20c0292b5c
commit 0f47b04b49
No known key found for this signature in database
GPG key ID: FD821B732837125F

View file

@ -15,8 +15,11 @@ exclude_dir = [
"modules/avatar/testdata",
"modules/git/tests",
"modules/migration/file_format_testdata",
"modules/markup/tests/repo/repo1_filepreview",
"routers/private/tests",
"services/gitdiff/testdata",
"services/migrations/testdata",
"services/webhook/sourcehut/testdata",
]
exclude_regex = ["_test.go$", "_gen.go$"]
stop_on_error = true