Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: Ignas Anikevicius <[email protected]>
  • Loading branch information
publish-to-bcr-bot[bot] and aignas authored Feb 15, 2024
1 parent 1165ac8 commit e925ba3
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 1 deletion.
27 changes: 27 additions & 0 deletions modules/rules_shellcheck/0.3.3/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
module(
name = "rules_shellcheck",
version = "0.3.3",
compatibility_level = 1,
)

bazel_dep(name = "platforms", version = "0.0.8")

deps = use_extension("//internal:extensions.bzl", "shellcheck_dependencies")
use_repo(
deps,
"shellcheck_darwin_aarch64",
"shellcheck_darwin_x86_64",
"shellcheck_linux_aarch64",
"shellcheck_linux_armv6hf",
"shellcheck_linux_x86_64",
"shellcheck_windows_x86_64",
)

# Dev dependencies

bazel_dep(name = "rules_pkg", version = "0.9.1", dev_dependency = True)
bazel_dep(
name = "rules_bazel_integration_test",
version = "0.21.0",
dev_dependency = True,
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "rules_shellcheck",
- version = "0.0.0",
+ version = "0.3.3",
compatibility_level = 1,
)

bazel_dep(name = "platforms", version = "0.0.8")
13 changes: 13 additions & 0 deletions modules/rules_shellcheck/0.3.3/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
bcr_test_module:
module_path: "examples/check_glob"
matrix:
platform: ["debian10", "macos", "ubuntu2004"]
bazel: [6.x, 7.x]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//..."
9 changes: 9 additions & 0 deletions modules/rules_shellcheck/0.3.3/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-fTRmBF8OSSNohQYHXBDiXx/ifbqO1U5CV9fyajwUGsc=",
"strip_prefix": "",
"url": "https://github.com/aignas/rules_shellcheck/releases/download/0.3.3/rules_shellcheck-0.3.3.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-vzjPGdMP6pRdjmmsJ5WCZqNVCrNLskYVoDBE3knyvHY="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_shellcheck/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
],
"versions": [
"0.2.4",
"0.3.2"
"0.3.2",
"0.3.3"
],
"yanked_versions": {}
}

0 comments on commit e925ba3

Please sign in to comment.