Skip to content

Commit

Permalink
Add apple_rules_lint 0.3.2 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 27, 2022
1 parent 964322d commit d593844
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 1 deletion.
11 changes: 11 additions & 0 deletions modules/apple_rules_lint/0.3.2/MODULE.bazel
@@ -0,0 +1,11 @@
module(
name = "apple_rules_lint",
version = "0.3.2",
)

bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "stardoc", repo_name = "io_bazel_stardoc", version = "0.5.3")

linter = use_extension("//lint:extensions.bzl", "linter")

use_repo(linter, "apple_linters")
28 changes: 28 additions & 0 deletions modules/apple_rules_lint/0.3.2/presubmit.yml
@@ -0,0 +1,28 @@
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
- windows
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
build_targets:
- '@apple_rules_lint//lint:implementation'
bcr_test_module:
module_path: tests/bcr
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
- windows
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
build_targets:
- //...
5 changes: 5 additions & 0 deletions modules/apple_rules_lint/0.3.2/source.json
@@ -0,0 +1,5 @@
{
"integrity": "sha256-fDzEWpXj72+8SEpCNHiaAn4RUZ9FTfY8u5Y6xJnxA/k=",
"strip_prefix": "apple_rules_lint-0.3.2",
"url": "https://github.com/apple/apple_rules_lint/archive/refs/tags/0.3.2.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/apple_rules_lint/metadata.json
Expand Up @@ -11,7 +11,8 @@
"github:apple/apple_rules_lint"
],
"versions": [
"0.2.0"
"0.2.0",
"0.3.2"
],
"yanked_versions": {}
}

0 comments on commit d593844

Please sign in to comment.