compose/pkg/watch
Milas Bowman f79c75ab10 test: fix lint errors on Darwin (macOS) (#4247)
Unused code linter isn't particularly smart about platform build
tags, so since this func is only used by the "naive" (non-macOS)
file watcher, it needs to live with that or it gets flagged as
dead code when linting on macOS.
2023-02-02 14:59:30 +01:00
..
notify.go watch: fix a dumb errcheck (#3622) 2023-02-02 14:59:30 +01:00
notify_test.go dockerignore: convert ignore patterns to absolute paths [ch9237] (#3743) 2023-02-02 14:59:30 +01:00
paths.go test: fix lint errors on Darwin (macOS) (#4247) 2023-02-02 14:59:30 +01:00
paths_test.go change org name from windmilleng to tilt-dev (#3346) 2023-02-02 14:59:30 +01:00
temp.go tilt: copy watch code from tesseract 2023-02-02 14:59:30 +01:00
watcher_darwin.go change org name from windmilleng to tilt-dev (#3346) 2023-02-02 14:59:30 +01:00
watcher_naive.go test: fix lint errors on Darwin (macOS) (#4247) 2023-02-02 14:59:30 +01:00
watcher_naive_test.go watch: use the recursive watcher on windows (#3306) 2023-02-02 14:59:30 +01:00
watcher_nonwin.go watch: increase the windows watch i/o buffer (#3620) 2023-02-02 14:59:30 +01:00
watcher_windows.go watch: increase the windows watch i/o buffer (#3620) 2023-02-02 14:59:30 +01:00