From bb425d13db28ce78791d420436ccce58df8e5303 Mon Sep 17 00:00:00 2001 From: Steve Polito Date: Fri, 16 Aug 2024 09:40:59 -0400 Subject: [PATCH] railsrc: Pass `--skip-rubocop` This compliments a [change made to Suspenders][1] in which we require the caller to pass `--skip-rubocop` when invoking `rails new`. [1]: https://github.com/thoughtbot/suspenders/pull/1223 --- railsrc | 1 + 1 file changed, 1 insertion(+) diff --git a/railsrc b/railsrc index 519a4fc98d..5ce2d4b9ff 100644 --- a/railsrc +++ b/railsrc @@ -1,3 +1,4 @@ --database=postgresql --skip-test +--skip-rubocop -m=https://raw.githubusercontent.com/thoughtbot/suspenders/main/lib/install/web.rb