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.
2 parents 49d063d + 45a9451 commit 42bff93Copy full SHA for 42bff93
doc/yaml_configuration.md
@@ -127,6 +127,11 @@ packages:
127
- wai
128
```
129
130
+If unspecified, `subdirs` defaults to `['.']` (i.e. look only in the top-level
131
+directory). Note that if you specify a value of `subdirs`, then `'.'` is _not_
132
+included by default and needs to be explicitly specified if a required package
133
+is found in the top-level directory of the repository.
134
+
135
#### Local dependency packages (`extra-dep`)
136
A `location` key can be accompanied by an `extra-dep` key. When the
137
`extra-dep` key is set to `true` it indicates that the package should be
0 commit comments