diff options
| author | Gautham Goli | 2017-05-03 11:33:00 +0530 | 
|---|---|---|
| committer | Gautham Goli | 2017-05-03 14:49:23 +0530 | 
| commit | fed668b330e151bde493e004d7c6ca57df4e19ff (patch) | |
| tree | 5add603841e2d073c3fe2aaef677705a72d6c4e1 /manpages | |
| parent | c3330c289d0cc774b8154a0cee0f52fbd4b867aa (diff) | |
| download | brew-fed668b330e151bde493e004d7c6ca57df4e19ff.tar.bz2 | |
Add `--only-cops`,`--except-cops` options for brew style and simplify cop names
Diffstat (limited to 'manpages')
| -rw-r--r-- | manpages/brew-cask.1 | 2 | ||||
| -rw-r--r-- | manpages/brew.1 | 16 | 
2 files changed, 12 insertions, 6 deletions
| diff --git a/manpages/brew-cask.1 b/manpages/brew-cask.1 index e45824927..bde8ff3c2 100644 --- a/manpages/brew-cask.1 +++ b/manpages/brew-cask.1 @@ -1,7 +1,7 @@  .\" generated with Ronn/v0.7.3  .\" http://github.com/rtomayko/ronn/tree/0.7.3  . -.TH "BREW\-CASK" "1" "April 2017" "Homebrew" "brew-cask" +.TH "BREW\-CASK" "1" "May 2017" "Homebrew" "brew-cask"  .  .SH "NAME"  \fBbrew\-cask\fR \- a friendly binary installer for macOS diff --git a/manpages/brew.1 b/manpages/brew.1 index e4b17e3b9..58c2c210c 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1,7 +1,7 @@  .\" generated with Ronn/v0.7.3  .\" http://github.com/rtomayko/ronn/tree/0.7.3  . -.TH "BREW" "1" "April 2017" "Homebrew" "brew" +.TH "BREW" "1" "May 2017" "Homebrew" "brew"  .  .SH "NAME"  \fBbrew\fR \- The missing package manager for macOS @@ -415,7 +415,7 @@ Start a Homebrew build environment shell\. Uses our years\-battle\-hardened Home  If \fB\-\-env=std\fR is passed, use the standard \fBPATH\fR instead of superenv\'s\.  .  .TP -\fBstyle\fR [\fB\-\-fix\fR] [\fB\-\-display\-cop\-names\fR] [\fIfiles\fR|\fItaps\fR|\fIformulae\fR] +\fBstyle\fR [\fB\-\-fix\fR] [\fB\-\-display\-cop\-names\fR] [\fB\-\-only\-cops=\fR[COP1,COP2\.\.]|\fB\-\-except\-cops=\fR[COP1,COP2\.\.]] [\fIfiles\fR|\fItaps\fR|\fIformulae\fR]  Check formulae or files for conformance to Homebrew style guidelines\.  .  .IP @@ -428,6 +428,12 @@ If \fB\-\-fix\fR is passed, style violations will be automatically fixed using R  If \fB\-\-display\-cop\-names\fR is passed, the RuboCop cop name for each violation is included in the output\.  .  .IP +If \fB\-\-only\-cops\fR is passed, only the given Rubocop cop(s)\' violations would be checked\. +. +.IP +If \fB\-\-except\-cops\fR is passed, the given Rubocop cop(s)\' checks would be skipped\. +. +.IP  Exits with a non\-zero status if any style violations are found\.  .  .TP @@ -631,7 +637,7 @@ Print the version number of Homebrew to standard output and exit\.  .SH "DEVELOPER COMMANDS"  .  .TP -\fBaudit\fR [\fB\-\-strict\fR] [\fB\-\-fix\fR] [\fB\-\-online\fR] [\fB\-\-new\-formula\fR] [\fB\-\-display\-cop\-names\fR] [\fB\-\-display\-filename\fR] [\fB\-\-only=\fR\fImethod\fR|\fB\-\-except=\fR\fImethod] [<formulae\fR] +\fBaudit\fR [\fB\-\-strict\fR] [\fB\-\-fix\fR] [\fB\-\-online\fR] [\fB\-\-new\-formula\fR] [\fB\-\-display\-cop\-names\fR] [\fB\-\-display\-filename\fR] [\fB\-\-only=\fR\fImethod\fR|\fB\-\-except=\fR\fImethod\fR] [\fB\-\-only\-cops=\fR[COP1,COP2\.\.]|\fB\-\-except\-cops=\fR[COP1,COP2\.\.]] [\fIformulae\fR]  Check \fIformulae\fR for Homebrew coding style violations\. This should be run before submitting a new formula\.  .  .IP @@ -662,10 +668,10 @@ If \fB\-\-only\fR is passed, only the methods named \fBaudit_<method>\fR will be  If \fB\-\-except\fR is passed, the methods named \fBaudit_<method>\fR will not be run\.  .  .IP -If \fB\-\-only\-cops\fR is passed, only the mentioned cops\' violations would be checked\. +If \fB\-\-only\-cops\fR is passed, only the given Rubocop cop(s)\' violations would be checked\.  .  .IP -If \fB\-\-except\-cops\fR is passed, the mentioned cops\' checks would be skipped\. +If \fB\-\-except\-cops\fR is passed, the given Rubocop cop(s)\' checks would be skipped\.  .  .IP  \fBaudit\fR exits with a non\-zero status if any errors are found\. This is useful, for instance, for implementing pre\-commit hooks\. | 
