fix or ignore codespell issues (#1351)

Signed-off-by: Paul Gier <pgier@redhat.com>
This commit is contained in:
Paul Gier 2019-05-20 13:05:39 -05:00 committed by Ben Kochie
commit bd3fc09b30
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ jobs:
steps:
- checkout
- run: sudo pip install codespell
- run: codespell --skip=".git,./vendor,ttar,go.mod,go.sum" -L uint
- run: codespell --skip=".git,./vendor,ttar,go.mod,go.sum" -L uint,packages\',uptodate
build:
machine: