From f7e19f0be399fd208a2fb3090e07f773c0474a11 Mon Sep 17 00:00:00 2001 From: Alec Sears Date: Thu, 10 Oct 2019 15:57:51 -0500 Subject: [PATCH] Codespell fix --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ffff66..3d104e5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -185,7 +185,7 @@ jobs: steps: - checkout - run: sudo pip install codespell - - run: codespell -S './.git*,./src/img*' -L que + - run: codespell -S './.git*,./src/img*,./go.sum' -L que workflows: version: 2