-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit 7a90478
Specify exact path of dependency license metadata cache in ignore file
The "Check Dependencies" templates store a cache of metadata about the licenses of dependencies under the `.licenses`
folder.
Since this folder only contains generated files, it should be excluded from the validation checks performed by unrelated
tools.
Previously, the markdownlint ignore configuration for this folder did not explicitly specify a location in the root of
the repository, meaning that it would result in ignoring a folder of that name at any location in the project. In cases
like this where a specific path is known, it is best to configure that exact path in order to avoid any chance of
unexpected behavior.1 parent 6fe579c commit 7a90478
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | - | ||
2 | + | ||
3 | 3 |
| |
4 | 4 |
|
0 commit comments