diff options
| author | Mike McQuaid | 2017-02-12 13:09:28 +0000 | 
|---|---|---|
| committer | GitHub | 2017-02-12 13:09:28 +0000 | 
| commit | 674e5f13f8e30dedee92abffa882406c883948d9 (patch) | |
| tree | cfb30fcf22d3baf54daddcd5e626e58c903f2b16 /manpages | |
| parent | 1292a4b219ad6e99a06fdf2a8c623e99a2354710 (diff) | |
| parent | 5dc358c1b7254aa622504cd98528779caf6dee00 (diff) | |
| download | brew-674e5f13f8e30dedee92abffa882406c883948d9.tar.bz2 | |
Merge pull request #1873 from GauthamGoli/audit_custom_cops
Custom Cops for `brew audit`
Diffstat (limited to 'manpages')
| -rw-r--r-- | manpages/brew.1 | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/manpages/brew.1 b/manpages/brew.1 index dd3c19c3b..45f3ec406 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -625,7 +625,7 @@ Print the version number of Homebrew to standard output and exit\.  .SH "DEVELOPER COMMANDS"  .  .TP -\fBaudit\fR [\fB\-\-strict\fR] [\fB\-\-online\fR] [\fB\-\-new\-formula\fR] [\fB\-\-display\-cop\-names\fR] [\fB\-\-display\-filename\fR] [\fIformulae\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] [\fIformulae\fR]  Check \fIformulae\fR for Homebrew coding style violations\. This should be run before submitting a new formula\.  .  .IP @@ -635,6 +635,9 @@ If no \fIformulae\fR are provided, all of them are checked\.  If \fB\-\-strict\fR is passed, additional checks are run, including RuboCop style checks\.  .  .IP +If \fB\-\-fix\fR is passed, style violations will be automatically fixed using RuboCop\'s \fB\-\-auto\-correct\fR feature\. +. +.IP  If \fB\-\-online\fR is passed, additional slower checks that require a network connection are run\.  .  .IP | 
