Sign inSign up

erlend/rubocop

By erlend

Updated about 5 years ago

Rubocop and the most commonly used extras

Image
0

1.1K

erlend/rubocop repository overview

Rubocop

Docker image with Rubocop and the most commonly used extras.

Usage

docker run --rm --workdir="$PWD" --volume="$PWD":"$PWD" erlend/rubocop
Tags
Standard

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.

Extras

Plugins
Presets

Tag summary

Content type

Image

Digest

Size

330.1 MB

Last updated

about 5 years ago

docker pull erlend/rubocop