1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-04-18 14:33:50 +02:00

Exclude from watching tests (#17744)

This commit is contained in:
Gusted 2021-11-22 10:17:21 +00:00 committed by GitHub
parent 499b05da22
commit 58ff86ed4d
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,3 +7,4 @@ bin = "gitea"
include_ext = ["go", "tmpl"]
exclude_dir = ["modules/git/tests", "services/gitdiff/testdata", "modules/avatar/testdata"]
include_dir = ["cmd", "models", "modules", "options", "routers", "services", "templates"]
exclude_regex = ["_test.go$"]