Skip to content

Commit

Permalink
Disable Bazel visibility when running the generated rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Aug 23, 2024
1 parent 9453863 commit cb5e976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/ProjectDrivers/BazelProjectDriver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public class BazelProjectDriver: ProjectDriver {
let status = try shell.execStatus([
"bazel",
"run",
"--check_visibility=false",
"--ui_event_filters=-info,-debug,-warning",
"@periphery//bazel:scan",
])
Expand Down

0 comments on commit cb5e976

Please sign in to comment.