File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ Migrating between versions
14
14
15
15
Migrating 6.5.x — 7.0.x
16
16
--------------------------
17
- - The way that wildcards when specifing file paths work in certain caseshas changed in 7.x:
17
+ - The way that wildcards when specifing file paths work in certain caseshas changed in 7.0. x:
18
18
19
19
- Previously, ``* `` would incorrectly match directory separators, making
20
- precise matching difficult. This requires `` [paths] `` such as ``*tests/* ``
20
+ precise matching difficult. This requires patterns such as ``*tests/* ``
21
21
to be changed to ``*/tests/* ``.
22
22
23
23
- ``** `` now matches any number of nested directories. If you wish to retain the behavior of
@@ -26,4 +26,3 @@ Migrating 6.5.x — 7.0.x
26
26
- When remapping file paths with ``[paths] ``, a path will be remapped only if
27
27
the resulting path exists. Ensure that remapped ``[paths] `` exist when upgrading
28
28
as this is now being enforced.
29
-
You can’t perform that action at this time.
0 commit comments