Skip to content

Commit

Permalink
Update the API docs and bzl_library targets
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 27, 2022
1 parent 05b12a5 commit f6cff38
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
25 changes: 23 additions & 2 deletions api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
<!-- Generated with Stardoc: http://skydoc.bazel.build -->

<a id="#get_lint_config"></a>


<a id="LinterInfo"></a>

## LinterInfo

<pre>
LinterInfo(<a href="#LinterInfo-language">language</a>, <a href="#LinterInfo-name">name</a>)
</pre>



**FIELDS**


| Name | Description |
| :------------- | :------------- |
| <a id="LinterInfo-language"></a>language | The language or kind of thing we are linting. |
| <a id="LinterInfo-name"></a>name | The name of the linter |


<a id="get_lint_config"></a>

## get_lint_config

Expand All @@ -25,7 +46,7 @@ for specific rules.
| <a id="get_lint_config-tags"></a>tags | The tags from the rule (eg. <code>ctx.attr.tags</code>) | none |


<a id="#package_lint_config"></a>
<a id="package_lint_config"></a>

## package_lint_config

Expand Down
1 change: 1 addition & 0 deletions lint/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ stardoc(
out = "api.md",
input = "defs.bzl",
symbol_names = [
"LinterInfo",
"get_lint_config",
"package_lint_config",
],
Expand Down
1 change: 1 addition & 0 deletions lint/private/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ bzl_library(
name = "implementation",
srcs = [
"package_lint_config.bzl",
"providers.bzl",
],
visibility = [
"//lint:__pkg__",
Expand Down

0 comments on commit f6cff38

Please sign in to comment.