Sign inSign up

deltatrecil/d3cil-appletoolkit-swiftlint

By deltatrecil

Updated over 5 years ago

Image
0

1.1K

deltatrecil/d3cil-appletoolkit-swiftlint repository overview

Docker Switlint image

This is a Docker image for the switlint tool.

Getting Started

These instructions will cover usage information and for the docker container

Prerequisites

To run this container you'll need docker installed.

Usage

Switlint usage

Please check the Switlint documentation for more informations.

Environment Variables
  • None
Volumes

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 \
    ...

Built With

  • Docker Engine v20.10.0

Authors

  • Johann Martinache - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Tag summary

Content type

Image

Digest

Size

139.9 MB

Last updated

over 5 years ago

docker pull deltatrecil/d3cil-appletoolkit-swiftlint