From a693a2d906793966940370cdf459482205268fd8 Mon Sep 17 00:00:00 2001 From: Nick Klauer Date: Sat, 23 Sep 2017 10:05:40 -0500 Subject: [PATCH] add modd.conf --- modd.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 modd.conf diff --git a/modd.conf b/modd.conf new file mode 100644 index 0000000..be9821c --- /dev/null +++ b/modd.conf @@ -0,0 +1,4 @@ +**/*.go !"vendor/*" { + prep: go test --race -v @dirmods + prep: gometalinter @dirmods +} \ No newline at end of file