This is a Docker image for the switlint tool.
These instructions will cover usage information and for the docker container
To run this container you'll need docker installed.
Please check the Switlint documentation for more informations.
You should mount the directory you want to execute switlint against.
By example to mount the current volume (PWD) and use it as working directory:
docker run deltatrecil/d3cil-appletoolkit-switlint:latest \
-v "${PWD}":"${PWD}" \
-w "${PWD}" \
switlint \
...
This project is licensed under the MIT License - see the LICENSE.md file for details.
Content type
Image
Digest
Size
139.9 MB
Last updated
over 5 years ago
docker pull deltatrecil/d3cil-appletoolkit-swiftlint