coredns/.presubmit
Yong Tang ef8cb40688 Add presubmit to check if there are any files that have import "testing" (#2480)
The check is done through
```
if [[ $(go list -f '{{ join .Deps " "}}') == *" testing "* ]]; then
   error..
fi
```

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2019-01-21 07:36:46 +00:00
..
context Presubmit (#1719) 2018-04-23 08:45:49 -07:00
filename-hyphen Make presubmit actually fail the build (#2013) 2018-07-29 23:41:52 -07:00
import-testing Add presubmit to check if there are any files that have import "testing" (#2480) 2019-01-21 07:36:46 +00:00
test-lowercase presubmit: Check errorf as well (#1845) 2018-06-02 11:48:39 -07:00
trailing-whitespace Remove trailing whitespace (#1955) 2018-07-09 08:08:02 -04:00