diff options
Diffstat (limited to 'docs/brew.1.html')
| -rw-r--r-- | docs/brew.1.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/brew.1.html b/docs/brew.1.html index 2e036eb55..2e89a1933 100644 --- a/docs/brew.1.html +++ b/docs/brew.1.html @@ -453,7 +453,7 @@ the <code>prefix</code> and <code>repository</code> are the same directory.</p>< <h2 id="DEVELOPER-COMMANDS">DEVELOPER COMMANDS</h2> <dl> -<dt><code>audit</code> [<code>--strict</code>] [<code>--online</code>] [<code>--new-formula</code>] [<code>--display-cop-names</code>] [<code>--display-filename</code>] [<var>formulae</var>]</dt><dd><p>Check <var>formulae</var> for Homebrew coding style violations. This should be +<dt><code>audit</code> [<code>--strict</code>] [<code>--fix</code>] [<code>--online</code>] [<code>--new-formula</code>] [<code>--display-cop-names</code>] [<code>--display-filename</code>] [<var>formulae</var>]</dt><dd><p>Check <var>formulae</var> for Homebrew coding style violations. This should be run before submitting a new formula.</p> <p>If no <var>formulae</var> are provided, all of them are checked.</p> @@ -461,6 +461,9 @@ run before submitting a new formula.</p> <p>If <code>--strict</code> is passed, additional checks are run, including RuboCop style checks.</p> +<p>If <code>--fix</code> is passed, style violations will be +automatically fixed using RuboCop's <code>--auto-correct</code> feature.</p> + <p>If <code>--online</code> is passed, additional slower checks that require a network connection are run.</p> |
