Closed mcritchlow closed 4 years ago
Fixes #363
master
This facilitates easily running Rubocop to lint all the project files in a docker/docker-compose context
This can be done via: make lint with a running docker-compose environment (make up)
make lint
make up
@ucsdlib/developers - please review
Coverage remained the same at 99.671% when pulling 6d28a5b938d3a2efc5fa88b8d5c0f465ec4995e3 on make-lint into 1b8ea7b9b52a2a4a1d3c5825848aef80796f2176 on master.
Fixes #363
Local Checklist
master
branch?What does this PR do?
This facilitates easily running Rubocop to lint all the project files in a docker/docker-compose context
This can be done via:
make lint
with a running docker-compose environment (make up
)@ucsdlib/developers - please review