Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Mirror of ruby-lint gem for pre-commit.

License

Notifications You must be signed in to change notification settings

pre-commit/mirrors-ruby-lint

Repository files navigation

DEPRECATED

the upstream has been archived


ruby-lint mirror

Mirror of ruby-lint gem for pre-commit.

For pre-commit: see https://github.com/pre-commit/pre-commit For ruby-lint: see https://github.com/YorickPeterse/ruby-lint

Using ruby-lint with pre-commit

Add this to your .pre-commit-config.yaml:

-   repo: https://github.com/pre-commit/mirrors-ruby-lint
    rev: ''  # Use the sha / tag you want to point at
    hooks:
    -   id: ruby-lint