Skip to content

Commit

Permalink
Document --skip-rubocop rails command
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilgkrishnan committed Dec 31, 2023
1 parent 0fb5f67 commit a0e2c79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guides/source/command_line.md
Expand Up @@ -66,6 +66,7 @@ If you wish to skip some files from being generated or skip some libraries, you
| `--skip-system-test` | Skip system test files |
| `--skip-bootsnap` | Skip bootsnap gem |
| `--skip-dev-gems` | Skip adding development gems |
| `--skip-rubocop` | Skip RuboCop setup |

These are just some of the options that `rails new` accepts. For a full list of options, type `rails new --help`.

Expand Down

0 comments on commit a0e2c79

Please sign in to comment.