Skip to content

Files

Latest commit

 

History

History
17 lines (11 loc) · 436 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 436 Bytes

hyperlaunch-rails-lint

Opinionated linting config for Hyperlaunch projects, includes Rubocop config and Ruby/Rails LSP and a pre-push git hook.

Usage

Add to your project's Gemfile:

bundle add hyperlaunch-rails-lint --group=development                                                 

then generate your project's .rubocop.yml file and pre-push hook:

bin/rails generate hyperlaunch:rails_lint_setup