Skip to content

Commit

Permalink
MAINT: Modify air configuration to not trigger a rebuild on test any …
Browse files Browse the repository at this point in the history
…changes.
  • Loading branch information
Jens Petersohn committed May 25, 2021
1 parent 01cec41 commit e2bded6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/air.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ full_bin = "./tmp/plooral-api"
# Watch these filename extensions.
include_ext = ["go", "tpl", "tmpl", "html"]
# Ignore these filename extensions or directories.
exclude_dir = []
exclude_dir = ["tmp", "test/data"]
# Watch these directories if you specified.
include_dir = []
# Exclude files.
exclude_file = []
# Exclude specific regular expressions.
exclude_regex = []
exclude_regex = ["^.+_test.go$"]
# Exclude unchanged files.
exclude_unchanged = true
# Follow symlink for directories
Expand Down

0 comments on commit e2bded6

Please sign in to comment.