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 authored and Karen Kelley committed Aug 28, 2024
1 parent aea310b commit cf7ab30
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 cf7ab30

Please sign in to comment.