[.ignore_format] 将ignore_format分散到各个文件夹中,不必集中在根目录下
This commit is contained in:
parent
13b0b60b14
commit
d6b60300a5
|
@ -1,25 +0,0 @@
|
||||||
# files format check exclude path, please follow the instructions below to modify;
|
|
||||||
# If you need to exclude an entire folder, add the folder path in dir_path;
|
|
||||||
# If you need to exclude a file, add the path to the file in file_path.
|
|
||||||
|
|
||||||
file_path:
|
|
||||||
- bsp/allwinner_tina/libcpu/cpu.c
|
|
||||||
|
|
||||||
dir_path:
|
|
||||||
- tools
|
|
||||||
- components/net/lwip-1.4.1
|
|
||||||
- components/net/lwip-2.0.2
|
|
||||||
- components/net/lwip-2.0.3
|
|
||||||
- components/net/lwip-2.1.2
|
|
||||||
- bsp/mm32f327x/Libraries
|
|
||||||
- bsp/fm33lc026/libraries
|
|
||||||
- bsp/stm32/libraries/STM32F0xx_HAL
|
|
||||||
- bsp/stm32/libraries/STM32F2xx_HAL
|
|
||||||
- bsp/stm32/libraries/STM32F4xx_HAL
|
|
||||||
- bsp/stm32/libraries/STM32F7xx_HAL
|
|
||||||
- bsp/stm32/libraries/STM32G0xx_HAL
|
|
||||||
- bsp/stm32/libraries/STM32G4xx_HAL
|
|
||||||
- bsp/stm32/libraries/STM32L4xx_HAL
|
|
||||||
- bsp/stm32/libraries/STM32MPxx_HAL
|
|
||||||
- bsp/stm32/libraries/STM32WBxx_HAL
|
|
||||||
- bsp/stm32/libraries/STM32H7xx_HAL
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
# files format check exclude path, please follow the instructions below to modify;
|
||||||
|
# If you need to exclude an entire folder, add the folder path in dir_path;
|
||||||
|
# If you need to exclude a file, add the path to the file in file_path.
|
||||||
|
|
||||||
|
dir_path:
|
||||||
|
- libraries
|
|
@ -0,0 +1,6 @@
|
||||||
|
# files format check exclude path, please follow the instructions below to modify;
|
||||||
|
# If you need to exclude an entire folder, add the folder path in dir_path;
|
||||||
|
# If you need to exclude a file, add the path to the file in file_path.
|
||||||
|
|
||||||
|
dir_path:
|
||||||
|
- bsp/mm32f327x/Libraries
|
|
@ -0,0 +1,15 @@
|
||||||
|
# files format check exclude path, please follow the instructions below to modify;
|
||||||
|
# If you need to exclude an entire folder, add the folder path in dir_path;
|
||||||
|
# If you need to exclude a file, add the path to the file in file_path.
|
||||||
|
|
||||||
|
dir_path:
|
||||||
|
- STM32F0xx_HAL
|
||||||
|
- STM32F2xx_HAL
|
||||||
|
- STM32F4xx_HAL
|
||||||
|
- STM32F7xx_HAL
|
||||||
|
- STM32G0xx_HAL
|
||||||
|
- STM32G4xx_HAL
|
||||||
|
- STM32L4xx_HAL
|
||||||
|
- STM32MPxx_HAL
|
||||||
|
- STM32WBxx_HAL
|
||||||
|
- STM32H7xx_HAL
|
|
@ -0,0 +1,9 @@
|
||||||
|
# files format check exclude path, please follow the instructions below to modify;
|
||||||
|
# If you need to exclude an entire folder, add the folder path in dir_path;
|
||||||
|
# If you need to exclude a file, add the path to the file in file_path.
|
||||||
|
|
||||||
|
dir_path:
|
||||||
|
- lwip-1.4.1
|
||||||
|
- lwip-2.0.2
|
||||||
|
- lwip-2.0.3
|
||||||
|
- lwip-2.1.2
|
|
@ -0,0 +1,6 @@
|
||||||
|
# files format check exclude path, please follow the instructions below to modify;
|
||||||
|
# If you need to exclude an entire folder, add the folder path in dir_path;
|
||||||
|
# If you need to exclude a file, add the path to the file in file_path.
|
||||||
|
|
||||||
|
dir_path:
|
||||||
|
- kconfig-frontends
|
Loading…
Reference in New Issue