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}'
|