[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.
This commit is contained in:
parent
63ef04fdfe
commit
10acb87cb0
@ -85,13 +85,9 @@ including bottles). Once you're satisfied with the list of updated
|
|||||||
formulae, begin the merge:
|
formulae, begin the merge:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew merge-homebrew --core --skip-style <sha>
|
brew merge-homebrew --core <sha>
|
||||||
```
|
```
|
||||||
|
|
||||||
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
|
#### Simple Conflicts
|
||||||
|
|
||||||
Once you issue the above command, the merge will begin and in the very
|
Once you issue the above command, the merge will begin and in the very
|
||||||
|
Loading…
x
Reference in New Issue
Block a user