-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
36 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
sidebar_label: "lint" | ||
--- | ||
## aspect lint | ||
|
||
Run configured linters over the dependency graph. | ||
|
||
### Synopsis | ||
|
||
Run linters and collect the reports they produce. See documentation on https://github.com/aspect-build/rules_lint | ||
|
||
``` | ||
aspect lint <target patterns> [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for lint | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--aspect:config string User-specified Aspect CLI config file. /dev/null indicates that all further --aspect:config flags will be ignored. | ||
--aspect:interactive Interactive mode (e.g. prompts for user input) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [aspect](aspect.md) - Aspect CLI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ COMMAND_LIST = [ | |
"info", | ||
"init", | ||
"license", | ||
"lint", | ||
"outputs", | ||
"print", | ||
"query", | ||
|