shkm / docker-rubyfmt

Docker image for rubyfmt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-rubyfmt

GitHub Workflow Status Docker Pulls Docker Image Size (latest by date)

A docker image for rubyfmt. Only supports x86 for now.

Usage

Pass your rubyfmt args directly to docker run; e.g.:

docker run --volume $(pwd):/code shkm/rubyfmt --check /code

Building

docker buildx build --platform linux/amd64 -f Dockerfile .

For more, see the rubyfmt README.

About

Docker image for rubyfmt

License:MIT License


Languages

Language:Dockerfile 100.0%