From 9be67182a5c7f1bafea4153c66115e73d5daa7fe Mon Sep 17 00:00:00 2001 From: Nathan Button Date: Thu, 30 Aug 2018 15:02:44 -0600 Subject: [PATCH] lint not vet --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a303c2a..d89ff9a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,4 +23,4 @@ jobs: # specify any bash command here prefixed with `run: ` - run: make test - - run: make vet \ No newline at end of file + - run: make lint \ No newline at end of file