Skip to content

Commit 81ab0a1

Browse files
committed
【修改】bsp目录下增加忽略检查库文件
1 parent d72ee7b commit 81ab0a1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.ignore_format.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ dir_path:
2222
- bsp/stm32/libraries/STM32MPxx_HAL
2323
- bsp/stm32/libraries/STM32WBxx_HAL
2424
- bsp/stm32/libraries/STM32H7xx_HAL
25-
- bsp/hk32/libraries

bsp/hk32/.ignore_format.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# files format check exclude path, please follow the instructions below to modify;
2+
# If you need to exclude an entire folder, add the folder path in dir_path;
3+
# If you need to exclude a file, add the path to the file in file_path.
4+
5+
file_path:
6+
7+
8+
dir_path:
9+
- libraries

0 commit comments

Comments
 (0)