We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b601994 commit 6ac562eCopy full SHA for 6ac562e
internal/sidekick/refreshall.go
@@ -114,9 +114,12 @@ func findAllDirectories() ([]string, error) {
114
115
// TODO(https://github.com/googleapis/librarian/issues/1563): do not
116
// harcode
117
+ if dir == "dart" {
118
+ return nil
119
+ }
120
ignored := []string{
- "target/package/", // The output from `cargo package`
121
"dart/", // Testing
122
+ "target/package/", // The output from `cargo package`
123
}
124
for _, candidate := range ignored {
125
if strings.Contains(dir, candidate) {
0 commit comments