mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Also update gometalinter to use the official version. The update found some new gosimple errors, which are fixed. Also update the filewatcher script for the latest version of filewatcher. Signed-off-by: Daniel Nephin <dnephin@docker.com>
3 lines
86 B
Bash
Executable File
3 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
exec filewatcher -L 6 -x build -x script go test -timeout 10s -v './${dir}'
|