Skip to content

Commit 579025e

Browse files
committed
[bazel] Inline misc_linters module
This one dependency is not large enough to have its own file. Also make it a `dev_dependency`. This is actually required since overrides are only processed from the root module. Depending modules would not be able to find `lowrisc_misc_linters` if they depended on this module. Signed-off-by: James Wainwright <[email protected]>
1 parent 31ed313 commit 579025e

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

MODULE.bazel

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,21 @@ bazel_dep(
1414
version = "6.4.0",
1515
dev_dependency = True,
1616
)
17+
bazel_dep(
18+
name = "lowrisc_misc_linters",
19+
dev_dependency = True,
20+
)
21+
git_override(
22+
module_name = "lowrisc_misc_linters",
23+
commit = "13303cfa284e8b8c7040c6ad716b0b0c55e0aa8d",
24+
remote = "https://github.com/lowRISC/misc-linters",
25+
)
1726

1827
# Includes:
1928
include("//third_party/rust:rust.MODULE.bazel")
2029

2130
include("//third_party/python:python.MODULE.bazel")
2231

23-
include("//third_party/lint:lint.MODULE.bazel")
24-
2532
# Repository rules:
2633
bitstreams_repo = use_repo_rule("//rules:bitstreams.bzl", "bitstreams_repo")
2734

third_party/lint/lint.MODULE.bazel

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)