Skip to content

Instantly share code, notes, and snippets.

@jayeshmann
Created August 17, 2022 03:50
Show Gist options
  • Save jayeshmann/a2f562972c70678ee3479bb12c5d1c36 to your computer and use it in GitHub Desktop.
Save jayeshmann/a2f562972c70678ee3479bb12c5d1c36 to your computer and use it in GitHub Desktop.
pre-commit hooks configuration for ruby
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/mattlqx/pre-commit-ruby
rev: v1.3.5
hooks:
- id: rubocop
- id: rspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment