Skip to content

Commit 8e18208

Browse files
fabiobaltiericarlescufi
authored andcommitted
[nrf fromtree] MAINTAINERS: fix more paths
Fix few more paths that are failing to parse on system running Python >= 3.11 due to a change in behavior of glob. Signed-off-by: Fabio Baltieri <[email protected]> (cherry picked from commit 0ef608a)
1 parent 2f78bc8 commit 8e18208

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

MAINTAINERS.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3547,7 +3547,6 @@ STM32 Platforms:
35473547
- GeorgeCGV
35483548
files:
35493549
- boards/st/
3550-
- drivers/*/*stm32*/
35513550
- drivers/*/*stm32*.c
35523551
- drivers/*/*stm32*.h
35533552
- drivers/*/*/*stm32*
@@ -3674,8 +3673,7 @@ Infineon Platforms:
36743673
- boards/cypress/
36753674
- boards/infineon/
36763675
- drivers/*/*ifx_cat1*
3677-
- drivers/*/*xmc*/
3678-
- drivers/*/*xmc*.c
3676+
- drivers/*/*xmc*
36793677
- drivers/sensor/infineon/
36803678
- dts/arm/infineon/
36813679
- dts/arm/cypress/

0 commit comments

Comments
 (0)