Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue referencing the Tests package from another Bazel workspace #5977

Merged
merged 2 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@

### Bug Fixes

* None.
* Fix issue referencing the Tests package from another Bazel workspace.
[jszumski](https://github.com/jszumski)
[#5977](https://github.com/realm/SwiftLint/issues/5977)
SimplyDanny marked this conversation as resolved.
Show resolved Hide resolved

## 0.58.2: New Year’s Fresh Fold

Expand Down
1 change: 1 addition & 0 deletions Tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ swift_test(
name = "BuiltInRulesTests",
data = glob(
["BuiltInRulesTests/Resources/**"],
allow_empty = True,
# Bazel doesn't support paths with spaces in them
exclude = ["BuiltInRulesTests/Resources/FileNameNoSpaceRuleFixtures/**"],
),
Expand Down
Loading