Skip to content

Commit 40df71e

Browse files
authored
Merge pull request #5002 from JonasWen/bsp_hk32
【修改】bsp目录下增加忽略检查库文件
2 parents 37ca52d + 81ab0a1 commit 40df71e

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
@@ -23,4 +23,3 @@ dir_path:
2323
- bsp/stm32/libraries/STM32MPxx_HAL
2424
- bsp/stm32/libraries/STM32WBxx_HAL
2525
- bsp/stm32/libraries/STM32H7xx_HAL
26-
- 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)