The project is in a healthy, maintained state
Style and lint rules/formatting for Hyperlaunch projects.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 8.0.2, < 9.0
>= 1.75, < 2.0
>= 1.25, < 2.0
>= 2.31, < 3.0
>= 0.23.16, < 1.0
>= 0.4.2, < 1.0
 Project Readme

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