Skip vendor'd ttar.

Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
Ben Kochie 2018-04-09 20:36:11 +02:00
parent 64484cc254
commit ec6421e595
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
steps:
- checkout
- run: sudo pip install codespell
- run: codespell --skip=".git,./vendor"
- run: codespell --skip=".git,./vendor,ttar"
build:
machine: true