diff options
| author | Gautham Goli | 2017-04-23 04:09:13 +0530 | 
|---|---|---|
| committer | Gautham Goli | 2017-05-02 23:26:12 +0530 | 
| commit | c3330c289d0cc774b8154a0cee0f52fbd4b867aa (patch) | |
| tree | 80ed27ae97960cc9d99984675f2d7ea4b6c030d0 /manpages | |
| parent | a4568a8697e9ff4a3d8f62e37ee929e22f10d07d (diff) | |
| download | brew-c3330c289d0cc774b8154a0cee0f52fbd4b867aa.tar.bz2 | |
Add `--only-cops`,`--except-cops`  options for brew audit
Also refactor audit cops into two "departments"
 - FormulaAudit
 - FormulaAuditStrict
Diffstat (limited to 'manpages')
| -rw-r--r-- | manpages/brew.1 | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/manpages/brew.1 b/manpages/brew.1 index 34cd7c5ed..e4b17e3b9 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -662,6 +662,12 @@ 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\. +. +.IP +If \fB\-\-except\-cops\fR is passed, the mentioned cops\' 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\.  .  .TP | 
