Skip to content

Commit 1b258f0

Browse files
committed
利用统配规则简化了排除规则语句,并检查已经替换所有yml文件
1 parent ef5b8eb commit 1b258f0

File tree

7 files changed

+17
-46
lines changed

7 files changed

+17
-46
lines changed

bsp/nxp/.clang-format-ignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
# files format check exclude path, please follow the instructions below to modify;
3+
# If you need to exclude an entire folder, add the folder path in dir_path;
4+
# If you need to exclude a file, add the path to the file in file_path.
5+
6+
# 从 .ignore_format.yml 迁移的规则
7+
/imx/imxrt/imxrt1060-nxp-evk/board/board.c/
8+
/imx/imxrt/imxrt1060-nxp-evk/board/MCUX_Config/
9+
/imx/imxrt/imxrt1060-nxp-evk/xip/
10+
11+
/imx/imxrt/libraries/MIMXRT1060/
12+
13+
/lpc/lpc55sxx/Libraries/LPC55*/
14+
15+
/mcx/mcxa/Libraries/MCXA153/
16+
/mcx/mcxc/Libraries/MCXC444/
17+
/mcx/mcxn/Libraries/MCXN947/

bsp/nxp/imx/imxrt/imxrt1060-nxp-evk/.ignore_format.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

bsp/nxp/imx/imxrt/libraries/.clang-format-ignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

bsp/nxp/lpc/lpc55sxx/Libraries/.clang-format-ignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

bsp/nxp/mcx/mcxa/Libraries/.clang-format-ignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

bsp/nxp/mcx/mcxc/Libraries/.clang-format-ignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

bsp/nxp/mcx/mcxn/Libraries/.clang-format-ignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)