Rubocop and the most commonly used extras
1.1K
Docker image with Rubocop and the most commonly used extras.
docker run --rm --workdir="$PWD" --volume="$PWD":"$PWD" erlend/rubocop
There are two options for running
standard. The simplest is just to
setting the entrypoint to standardrb.
docker run --rm -w "$PWD" -v "$PWD":"$PWD" --entrypoint=standardrb erlend/rubocop
You can also keep using the rubocop entrypoint by changing your .rubocop.yml
as described in this guide.
Content type
Image
Digest
Size
330.1 MB
Last updated
about 5 years ago
docker pull erlend/rubocop