From 2cfa21757db5c4ef9ecba96c78b01ece8c403bf3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 11 Apr 2023 08:24:24 +0000 Subject: [PATCH] Update manpage and completions. Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow. --- completions/bash/brew | 2 -- completions/fish/brew.fish | 2 -- completions/zsh/_brew | 8 +++----- docs/Manpage.md | 4 ---- manpages/brew.1 | 8 -------- 5 files changed, 3 insertions(+), 21 deletions(-) diff --git a/completions/bash/brew b/completions/bash/brew index 893ce249f46b5..4c426844f18bf 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -349,7 +349,6 @@ _brew_audit() { --audit-debug --cask --debug - --display-cop-names --display-filename --eval-all --except @@ -2025,7 +2024,6 @@ _brew_style() { __brewcomp " --cask --debug - --display-cop-names --except-cops --fix --formula diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 7d28d645f8fb6..6e6a0e618d3ca 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -331,7 +331,6 @@ __fish_brew_complete_cmd 'audit' 'Check formula for Homebrew coding style violat __fish_brew_complete_arg 'audit' -l audit-debug -d 'Enable debugging and profiling of audit methods' __fish_brew_complete_arg 'audit' -l cask -d 'Treat all named arguments as casks' __fish_brew_complete_arg 'audit' -l debug -d 'Display any debugging information' -__fish_brew_complete_arg 'audit' -l display-cop-names -d 'Include the RuboCop cop name for each violation in the output' __fish_brew_complete_arg 'audit' -l display-filename -d 'Prefix every line of output with the file or formula name being audited, to make output easy to grep' __fish_brew_complete_arg 'audit' -l eval-all -d 'Evaluate all available formulae and casks, whether installed or not, to audit them. Implied if `HOMEBREW_EVAL_ALL` is set' __fish_brew_complete_arg 'audit' -l except -d 'Specify a comma-separated method list to skip running the methods named `audit_`method' @@ -1369,7 +1368,6 @@ __fish_brew_complete_arg 'sh' -l verbose -d 'Make some output more verbose' __fish_brew_complete_cmd 'style' 'Check formulae or files for conformance to Homebrew style guidelines' __fish_brew_complete_arg 'style' -l cask -d 'Treat all named arguments as casks' __fish_brew_complete_arg 'style' -l debug -d 'Display any debugging information' -__fish_brew_complete_arg 'style' -l display-cop-names -d 'Include the RuboCop cop name for each violation in the output' __fish_brew_complete_arg 'style' -l except-cops -d 'Specify a comma-separated cops list to skip checking for violations of the listed RuboCop cops' __fish_brew_complete_arg 'style' -l fix -d 'Fix style violations automatically using RuboCop\'s auto-correct feature' __fish_brew_complete_arg 'style' -l formula -d 'Treat all named arguments as formulae' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index f97070d42043d..77516db3a5fe9 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -419,11 +419,10 @@ _brew_audit() { _arguments \ '--audit-debug[Enable debugging and profiling of audit methods]' \ '--debug[Display any debugging information]' \ - '(--skip-style --only-cops --except-cops)--display-cop-names[Include the RuboCop cop name for each violation in the output]' \ '--display-filename[Prefix every line of output with the file or formula name being audited, to make output easy to grep]' \ '--eval-all[Evaluate all available formulae and casks, whether installed or not, to audit them. Implied if `HOMEBREW_EVAL_ALL` is set]' \ '(--only)--except[Specify a comma-separated method list to skip running the methods named `audit_`method]' \ - '(--only-cops --strict --only-cops --only --display-cop-names)--except-cops[Specify a comma-separated cops list to skip checking for violations of the listed RuboCop cops]' \ + '(--only-cops --strict --only-cops --only)--except-cops[Specify a comma-separated cops list to skip checking for violations of the listed RuboCop cops]' \ '--fix[Fix style violations automatically using RuboCop'\''s auto-correct feature]' \ '--git[Run additional, slower style checks that navigate the Git repository]' \ '--help[Show this message]' \ @@ -432,10 +431,10 @@ _brew_audit() { '--no-signing[Audit for signed apps, which are required on ARM]' \ '--online[Run additional, slower style checks that require a network connection]' \ '(--except --only-cops --except-cops)--only[Specify a comma-separated method list to only run the methods named `audit_`method]' \ - '(--except-cops --strict --except-cops --only --display-cop-names)--only-cops[Specify a comma-separated cops list to check for violations of only the listed RuboCop cops]' \ + '(--except-cops --strict --except-cops --only)--only-cops[Specify a comma-separated cops list to check for violations of only the listed RuboCop cops]' \ '--quiet[Make some output more quiet]' \ '--signing[Audit for signed apps, which are required on ARM]' \ - '(--display-cop-names)--skip-style[Skip running non-RuboCop style checks. Useful if you plan on running `brew style` separately. Enabled by default unless a formula is specified by name]' \ + '--skip-style[Skip running non-RuboCop style checks. Useful if you plan on running `brew style` separately. Enabled by default unless a formula is specified by name]' \ '(--only-cops --except-cops)--strict[Run additional, stricter style checks]' \ '--tap[Check the formulae within the given tap, specified as user`/`repo]' \ '--token-conflicts[Audit for token conflicts]' \ @@ -1672,7 +1671,6 @@ _brew_sh() { _brew_style() { _arguments \ '--debug[Display any debugging information]' \ - '--display-cop-names[Include the RuboCop cop name for each violation in the output]' \ '(--only-cops)--except-cops[Specify a comma-separated cops list to skip checking for violations of the listed RuboCop cops]' \ '--fix[Fix style violations automatically using RuboCop'\''s auto-correct feature]' \ '--help[Show this message]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index c3b64ffd354ab..be518faab4af1 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -916,8 +916,6 @@ non-zero status if any errors are found. Check the formulae within the given tap, specified as *`user`*`/`*`repo`*. * `--fix`: Fix style violations automatically using RuboCop's auto-correct feature. -* `--display-cop-names`: - Include the RuboCop cop name for each violation in the output. * `--display-filename`: Prefix every line of output with the file or formula name being audited, to make output easy to grep. * `--skip-style`: @@ -1486,8 +1484,6 @@ including core code and all formulae. * `--fix`: Fix style violations automatically using RuboCop's auto-correct feature. -* `--display-cop-names`: - Include the RuboCop cop name for each violation in the output. * `--reset-cache`: Reset the RuboCop cache. * `--formula`: diff --git a/manpages/brew.1 b/manpages/brew.1 index dbb58851a643c..d004655c72201 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1279,10 +1279,6 @@ Check the formulae within the given tap, specified as \fIuser\fR\fB/\fR\fIrepo\f Fix style violations automatically using RuboCop\'s auto\-correct feature\. . .TP -\fB\-\-display\-cop\-names\fR -Include the RuboCop cop name for each violation in the output\. -. -.TP \fB\-\-display\-filename\fR Prefix every line of output with the file or formula name being audited, to make output easy to grep\. . @@ -2120,10 +2116,6 @@ Lists of \fIfile\fR, \fItap\fR and \fIformula\fR may not be combined\. If none a Fix style violations automatically using RuboCop\'s auto\-correct feature\. . .TP -\fB\-\-display\-cop\-names\fR -Include the RuboCop cop name for each violation in the output\. -. -.TP \fB\-\-reset\-cache\fR Reset the RuboCop cache\. .