From d6b60300a5953555d988947633fc8c19a5080ea0 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Mon, 20 Sep 2021 15:46:53 -0400 Subject: [PATCH] =?UTF-8?q?[.ignore=5Fformat]=20=E5=B0=86ignore=5Fformat?= =?UTF-8?q?=E5=88=86=E6=95=A3=E5=88=B0=E5=90=84=E4=B8=AA=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B9=E4=B8=AD=EF=BC=8C=E4=B8=8D=E5=BF=85=E9=9B=86=E4=B8=AD?= =?UTF-8?q?=E5=9C=A8=E6=A0=B9=E7=9B=AE=E5=BD=95=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ignore_format.yml | 25 ------------------------- bsp/fm33lc026/.ignore_format.yml | 6 ++++++ bsp/mm32f327x/.ignore_format.yml | 6 ++++++ bsp/stm32/libraries/.ignore_format.yml | 15 +++++++++++++++ components/net/.ignore_format.yml | 9 +++++++++ tools/.ignore_format.yml | 6 ++++++ 6 files changed, 42 insertions(+), 25 deletions(-) delete mode 100644 .ignore_format.yml create mode 100644 bsp/fm33lc026/.ignore_format.yml create mode 100644 bsp/mm32f327x/.ignore_format.yml create mode 100644 bsp/stm32/libraries/.ignore_format.yml create mode 100644 components/net/.ignore_format.yml create mode 100644 tools/.ignore_format.yml diff --git a/.ignore_format.yml b/.ignore_format.yml deleted file mode 100644 index 5e3780d203..0000000000 --- a/.ignore_format.yml +++ /dev/null @@ -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 diff --git a/bsp/fm33lc026/.ignore_format.yml b/bsp/fm33lc026/.ignore_format.yml new file mode 100644 index 0000000000..29b7c31648 --- /dev/null +++ b/bsp/fm33lc026/.ignore_format.yml @@ -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 diff --git a/bsp/mm32f327x/.ignore_format.yml b/bsp/mm32f327x/.ignore_format.yml new file mode 100644 index 0000000000..ff3a08fd8a --- /dev/null +++ b/bsp/mm32f327x/.ignore_format.yml @@ -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 diff --git a/bsp/stm32/libraries/.ignore_format.yml b/bsp/stm32/libraries/.ignore_format.yml new file mode 100644 index 0000000000..45963305ed --- /dev/null +++ b/bsp/stm32/libraries/.ignore_format.yml @@ -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 diff --git a/components/net/.ignore_format.yml b/components/net/.ignore_format.yml new file mode 100644 index 0000000000..20c40e6436 --- /dev/null +++ b/components/net/.ignore_format.yml @@ -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 diff --git a/tools/.ignore_format.yml b/tools/.ignore_format.yml new file mode 100644 index 0000000000..1f570ebae6 --- /dev/null +++ b/tools/.ignore_format.yml @@ -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