Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
9ecb2ceb
Commit
9ecb2ceb
authored
13 years ago
by
Jack Nagel
Browse files
Options
Downloads
Patches
Plain Diff
manpage: remove audit's '--strict' option
Signed-off-by:
Jack Nagel
<
jacknagel@gmail.com
>
parent
a494f9a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Library/Contributions/manpages/brew.1.md
+1
-4
1 addition, 4 deletions
Library/Contributions/manpages/brew.1.md
share/man/man1/brew.1
+1
-4
1 addition, 4 deletions
share/man/man1/brew.1
with
2 additions
and
8 deletions
Library/Contributions/manpages/brew.1.md
+
1
−
4
View file @
9ecb2ceb
...
...
@@ -39,15 +39,12 @@ For the full command list, see the COMMANDS section.
## COMMANDS
*
`audit
[--strict]
`
[
<formulae>
]:
*
`audit`
[
<formulae>
]:
Check
<formulae>
for Homebrew coding style violations. This should be
run before submitting a new formula.
If no <formulae> are provided, all of them are checked.
If `--strict` is passed, perform additional stricter checks that may not need
to be fixed before submitting.
`audit` exits with a non-zero status if any errors are found. This is useful,
for instance, for implementing pre-commit hooks.
...
...
This diff is collapsed.
Click to expand it.
share/man/man1/brew.1
+
1
−
4
View file @
9ecb2ceb
...
...
@@ -47,16 +47,13 @@ Perform a substring search of formula names for \fItext\fR\. If \fItext\fR is su
.SH "COMMANDS"
.
.TP
\fBaudit
[\-\-strict]
\fR [\fIformulae\fR]
\fBaudit\fR [\fIformulae\fR]
Check \fIformulae\fR for Homebrew coding style violations\. This should be run before submitting a new formula\.
.
.IP
If no \fIformulae\fR are provided, all of them are checked\.
.
.IP
If \fB\-\-strict\fR is passed, perform additional stricter checks that may not need to be fixed before submitting\.
.
.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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment