Skip to content

Commit

Permalink
railsrc: Pass --skip-rubocop
Browse files Browse the repository at this point in the history
This compliments a [change made to Suspenders][1] in which we require
the caller to pass `--skip-rubocop` when invoking `rails new`.

[1]: thoughtbot/suspenders#1223
  • Loading branch information
stevepolitodesign committed Aug 16, 2024
1 parent 66a3dbc commit bb425d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions railsrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--database=postgresql
--skip-test
--skip-rubocop
-m=https://raw.githubusercontent.com/thoughtbot/suspenders/main/lib/install/web.rb

0 comments on commit bb425d1

Please sign in to comment.