Skip to content

Commit d6b6030

Browse files
committed
[.ignore_format] 将ignore_format分散到各个文件夹中,不必集中在根目录下
1 parent 13b0b60 commit d6b6030

File tree

6 files changed

+42
-25
lines changed

6 files changed

+42
-25
lines changed

.ignore_format.yml

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

bsp/fm33lc026/.ignore_format.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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+
dir_path:
6+
- libraries

bsp/mm32f327x/.ignore_format.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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+
dir_path:
6+
- bsp/mm32f327x/Libraries
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
dir_path:
6+
- STM32F0xx_HAL
7+
- STM32F2xx_HAL
8+
- STM32F4xx_HAL
9+
- STM32F7xx_HAL
10+
- STM32G0xx_HAL
11+
- STM32G4xx_HAL
12+
- STM32L4xx_HAL
13+
- STM32MPxx_HAL
14+
- STM32WBxx_HAL
15+
- STM32H7xx_HAL

components/net/.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+
dir_path:
6+
- lwip-1.4.1
7+
- lwip-2.0.2
8+
- lwip-2.0.3
9+
- lwip-2.1.2

tools/.ignore_format.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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+
dir_path:
6+
- kconfig-frontends

0 commit comments

Comments
 (0)