Cleanup unused /proc/mounts fixture. (#1097)

* Cleanup unused /proc/mounts fixture.
* Ignore Uint -> Unit in codespell.

Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
Ben Kochie 2018-10-04 18:07:12 +02:00 committed by GitHub
commit a1ce712e22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 33 deletions

View file

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