thoughtbot / suspenders

A Rails template with our standard defaults.
https://thoughtbot.com
MIT License
4.02k stars 528 forks source link

README: Update instructions for generating a new app #1223

Closed stevepolitodesign closed 3 months ago

stevepolitodesign commented 3 months ago

Closes #1221

The release of Rails 7.2.0 introduced its own linting mechanism.

Unfortunately, this creates a conflict with our linting mechanism.

This is only relevant when running rails new with our application template.

In order to fix this, we simply require the caller pass --skip_rubocop.

A future commit could explore re-introducing the system executable to account for our required options, but for now, this fixes the issue.