[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
1 changed files with 3 additions and 0 deletions

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