From 10acb87cb04173686e613c238ce54f8e479ca435 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sun, 15 Mar 2020 13:25:45 +0000 Subject: [PATCH] [Linux] Remove `--skip-style` flag from `brew merge-homebrew` docs - This flag was removed (inverted to `--style`) in https://github.com/Homebrew/homebrew-linux-dev/pull/160. --- docs/Homebrew-linuxbrew-core-Maintainer-Guide.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/Homebrew-linuxbrew-core-Maintainer-Guide.md b/docs/Homebrew-linuxbrew-core-Maintainer-Guide.md index 366ae9830c..29f2e9d0af 100644 --- a/docs/Homebrew-linuxbrew-core-Maintainer-Guide.md +++ b/docs/Homebrew-linuxbrew-core-Maintainer-Guide.md @@ -85,13 +85,9 @@ including bottles). Once you're satisfied with the list of updated formulae, begin the merge: ```bash -brew merge-homebrew --core --skip-style +brew merge-homebrew --core ``` -The `--skip-style` argument skips running `brew style`, which saves -time and in some cases avoids errors. The style errors can be fixed in -bottle PRs later in the process when CI flags them. - #### Simple Conflicts Once you issue the above command, the merge will begin and in the very